How to load different sketches from a main sketch
in
Programming Questions
•
2 years ago
Hi,
I'm going to use Processing in a live concert with my band. I'm working on different interactive animations for every song we play. So at the moment I have a different sketch (each one made of many classes/files) for every song. Is there a practical way to run the sketches from another main sketch?
I mean: I run this main sketch then, for example, I press the button "1" to load the first animation, then button "2" to switch to another one and so on. Is there any good approach to do this?
1
