Skip to content

Template for using Processing 4 Java project in Intellij IDEA

Notifications You must be signed in to change notification settings

franmatesic/java-processing-4-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Processing 4 template

This project is a template for using Processing with Intellij IDEA.

Requirements

  1. Have Java JDK 17 or later installed

Simple setup (default renderer)

  1. Download and extract latest version of Processing from https://processing.org/download
  2. Create a lib directory in root of this directory
  3. Copy core.jar from core\library in downloaded folder and paste in lib directory
  4. Reload Gradle project

Default setup (all renderers)

  1. Download and extract latest version of Processing from https://processing.org/download
  2. Create a lib and natives directories in root of this directory
  3. Copy core.jar, gluegen-rt.jar and jogl-all.jar from core/library in downloaded folder and paste in lib directory
  4. Copy all native folders from core\library to natives directory or the specific one for your OS
  5. Reload Gradle project

Using other libraries

  1. Add library .jar file to lib directory
  2. Reload Gradle project

About

Template for using Processing 4 Java project in Intellij IDEA

Resources

Stars

Watchers

Forks

Languages