I’m able to add sliders and their labels to the panel now. Shifting a pixel here and there and it’s looking pretty.
The API for adding sliders to represent parameters gets used like this:
sp = SliderPanel(parameters)
sp.add_slider('parameter_name', (
I was debating whether my new SliderPanel should dispatch events when the sliders change. This would make sense in most cases but I can go quick and dirty here. I’m just using this panel to adjust settings in my—