Skip to content

Maelkiz/processing-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing Template Project

A Maven-based Java project template using the Processing libraries.


What is this?

This template provides a Maven-based Java project skeleton for building Processing sketches with a conventional project structure, dependency management, and simple build/run commands.


Prerequisites

Before you try to build or run the project, make sure you have:

  • Java Development Kit (JDK) 17 or newer
  • Apache Maven 3.9 or newer

Quick Start

To get started clone this repository and cd to the project root:

git clone https://github.com/Maelkiz/processing-template-project.git
cd processing-template-project

Basic Maven commands

Build (compile + package):

mvn clean package

Run via Maven (calls the main class):

mvn exec:java

Run the packaged JAR produced by the build:

java -jar target/processing-app.jar

Clean build artifacts:

mvn clean

What now?

Where you take it next is up to you. This repository is an example of how the template can be adapted to a real project.


About

A Maven-based Java project template using the Processing libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages