We are about to switch to a new forum software. Until then we have removed the registration on this forum.
By default ControlP5 doesn't show controllers when you use saveFrame()
. Is there an easy way to make it show them? I couldn't see anything in the JavaDoc.
Thanks :)
Answers
Hi, the code below will do the trick - disable auto draw in setup() then call cp5.draw() from within the sketch's draw() function.
Brilliant, thank you!