Skip to content

IntelliJ Processing template with a DemoApp and a simple PongGame

Notifications You must be signed in to change notification settings

FHNW-WS2C/ProcessingTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessingTemplate

Setup

Processing4 core.jar is included in the repo. But you have to install it in your local maven-repository.

Enter this command in IntelliJ IDEA's Terminal Window:

mvn install:install-file -Dfile="src/main/resources/lib/core.jar" -DgroupId=org.processing -DartifactId=core -Dversion=4.0 -Dpackaging=jar -DgeneratePom=true

After this step the example applications are compiling, and you can start them, either locally or on a Raspberry Pi.

Running the App

Run MainClass as any other Java Application to start any Processing project defined there.

Use packages to define different apps/projects in this repo.

Use the Run Configurations "Run on Pi", "Local Run", "Debug on Pi" and "Attach to Pi Debugger" to run the application via Maven, either locally on your laptop or remote on a Raspberry Pi.

About

IntelliJ Processing template with a DemoApp and a simple PongGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%