gradient slider in processing
in
Programming Questions
•
2 years ago
Hey,
Looking to add a gradient slider to a sketch. I found this awesome slider, but don't have a good way to add it to a processing sketch. It is an applet, but I can't find a way to use 'getContentPane().add(slider,c);' (it was in the demo code) in processing. I believe that is a swing function...
Can anyone tell me an elegant way to get to that function call or another way to add it into a sketch? I've looked at the demo source, but haven't yet found a way to implement it.
I've started coding a gradient slider with straight processing just in case. Has anyone else done anything like this before?
Thanks,
eliquious
1