Submenus and sliders #305
Replies: 2 comments 4 replies
-
Hey there! While I do not plan to add such a feature to Fly-Pie, I have planned this for my follow-up project. Ken-Do will be a cross-platform pie menu for which I plan to add check-boxes, radio-buttons, and sliders. You can read more here: https://ko-fi.com/post/Introducing-Ken-Do-L3L7L0FQ2 |
Beta Was this translation helpful? Give feedback.
-
Hi @Schneegans! That's for continuing work on Ken-Do! Just curious, but will this be portable to the XFCE environment? Also, can you link the repository so that I can have a look at what code you are working on? Just asking, but between javascript and rust, what is a better language to learn? |
Beta Was this translation helpful? Give feedback.
-
When you activate a pie menu, you have options, but what if those options are in fact submenus, like lets say Pie-Menu > Random Category > dozens of options.
In a new pie menu using random category as center. Thats it.
Another one is Sliders, you could have a slider attributed to two hotkeys which would increase or decrease a slider. But what if programs from now on instead of execute functions by hotkey, you attribute a function script with a value, for example, lets say.
blender --brush-size=X
so the pie menu will have New function:
Binary: /path/to/binary
Arguments: --brush-size={X}
Value Range {x}:
Minimum Box: 0
Maximum Box: 100 (355. 1000, 10000,55 (whatever)).
Just rambling here, than you would have a slider: that could be:
a circle slider around the icon, a flat slider with a toggle, ooooor, center of icon minimum value holding mouse click and going away from the function icon circle increase value.
Beta Was this translation helpful? Give feedback.
All reactions