I currently began a new project with processing and first started with the processing-ide that comes together with the installation. Is it possible to structure the project into subdirectories instead of having to put all classes into the single sketch folder? I looked at the documentation at https://processing.org/ but didn't find any useful information about how to divide projects into manageable source subdirectories. Your help is much appreciated :)
Asked
Active
Viewed 60 times
1 Answers
0
No the default Processing IDE does not support this.
Before switching to another IDE for Processing, keep in mind that Processing 3 will highly focus on creating an entirely new IDE, which "might" add this functionality.

bvoq
- 189
- 7
-
Thank you for the quick answer :), still a little bit of a disappointment though... – logical x 2 Dec 02 '14 at 11:32
-
@ketbra You should try eclipse with the Proclipsing plugin – George Profenza Dec 02 '14 at 13:04