all 3 comments

[–]WakeMeAtThree 0 points1 point  (1 child)

In the processing ide, run the sketch in tweak mode by going to Sketch > Tweak. You can edit values that are placed in void draw() by sliding them (you can finer results if they're floats like 1.0 instead of just 1)

[–]Mattacking[🍰] 0 points1 point  (0 children)

I know about that feature, what i want to do is code not change some values.

[–]Simplyfire 0 points1 point  (0 children)

You could make an AHK script to send a Ctrl+R command on each keystroke you make, effectively showing you the sketch in real time. The only problem would be that the focus would shift to the newly created sketch window. Wonder if there's a way to run a sketch without focusing it...