SS3D icon indicating copy to clipboard operation
SS3D copied to clipboard

Replace radial menu with something more scalable

Open Dennis-Nesterenko opened this issue 1 year ago • 2 comments

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.

Dennis-Nesterenko avatar Apr 09 '23 21:04 Dennis-Nesterenko

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 ?

stilnat avatar Apr 15 '23 08:04 stilnat

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.

cosmiccoincidence avatar Apr 15 '23 14:04 cosmiccoincidence