SS3D
SS3D copied to clipboard
Replace radial menu with something more scalable
Summary
Currently, our radial menu is pre-made using custom graphics. Changing sizes and count of spans would require a 2d artist to re-do the whole thing to fit specifications.
Goal
Redo the whole thing to be generated via code. Allow to change the number of slots, sizes, shape, etc.
it'd be nice to have some design doc that most agree on regarding what it should be, and put it on gitbook. Points we should agree upon I'm thinking about :
- How does it handle long interaction names ?
- Does it grow in size when it needs more spans, does it scroll ? Generally, how do we handle more spans ?
I'm not sure this is really needed at least at this point in development.
I dint think the interaction wheel needs to be completely remade dynamically just so it can have a dynamic number of slots. I think adding a scroll feature to allow visibility of more items would be the preferred solution instead.