-
@PaniQ nice way of dealing with state there in ui-slider in Conspire. Looks like a proper one-up on the way github.com/hundredrabbits/Ronin does it (with single-use macros that expand to a value). I tried a different approach, where state is kept like in a immediate-mode UI (...)
-
@PaniQ it completely removes the need for any special treatment, but it's also not trying to interact with the editor itself. Little demo: youtube.com/watch?v=zlG01j462A4 and description: gist.github.com/s-ol/8b747a43f047d20997c7dfe26edd9712 maybe you find that interesting.
-
@PaniQ guess the goals are also different in that yours will save the slider (widget) value (makes sense with sub-editors etc) while this is more about creating re-usable ad-hoc tools that exist independently of their state.