This project is a template for using Processing with Intellij IDEA.
- Have Java
JDK 17
or later installed
- Download and extract latest version of Processing from https://processing.org/download
- Create a
lib
directory in root of this directory - Copy
core.jar
fromcore\library
in downloaded folder and paste inlib
directory - Reload Gradle project
- Download and extract latest version of Processing from https://processing.org/download
- Create a
lib
andnatives
directories in root of this directory - Copy
core.jar
,gluegen-rt.jar
andjogl-all.jar
fromcore/library
in downloaded folder and paste inlib
directory - Copy all native folders from
core\library
tonatives
directory or the specific one for your OS - Reload Gradle project
- Add library
.jar
file tolib
directory - Reload Gradle project