This is a template to use as a start for running processing code in IntelliJ IDEA
- Download core.jar from Processing foundation and keep aside
- Download the repository
- The 'untitled' file will be the root file, change the name later
- Copy the core.jar into the root file
- Start IntelliJ and click on open/ import. When open do save-all (ctrl+s).
- Refactor the project name to name you like for your project.
- Save and close the project. Now you can rename the root file to the name you shose in the above action
- Remove the old project link in the IntelliJ start menu and open/ import the 'renamed' project.
- Go to src/MainClass.class and make sure its runs corectly.