DEV Community

Discussion on: Wizar devlog 04: circular menu for React Native

Collapse
 
khauri profile image
Khauri

Very cool! How hard do you think it would be to add a a trail connecting the nodes you choose?
I once had an idea to create a mobile programmers "keyboard" that would allow you to swipe in predictable patterns from a circular menu in order to generate some common syntaxes. Had to give it up because the code and I weren't getting along.

Collapse
 
dagatsoin profile image
Daniel Neveux

Not so hard I guess. As the parent node is responsible to draw its child we could easily connect them with any kind of symbol.