Hi, so ive just integrated my p5 sketch into my website which already has the gui made (buttons, sliders, color pickers etc) using HTML5/ standard HTML input modes.
Im trying to figure out a way to link those inputs to variables or something in p5js?
So for instance the html5 color picker can i assign it to the fill color of a shape?
And a slider can i assign it to a number (say between 0 and 1) stored in a variable?
Can someone help me out with this?
Thanks
Gersh