https://github.com/micycle1/processing-core-4
Processing 4 core as a Maven artifact via JitPack
https://github.com/micycle1/processing-core-4
maven maven-dependency processing-library processing4
Last synced: about 1 month ago
JSON representation
Processing 4 core as a Maven artifact via JitPack
- Host: GitHub
- URL: https://github.com/micycle1/processing-core-4
- Owner: micycle1
- Created: 2021-01-24T11:33:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T21:25:06.000Z (about 2 months ago)
- Last Synced: 2025-04-15T22:26:06.462Z (about 2 months ago)
- Topics: maven, maven-dependency, processing-library, processing4
- Language: Java
- Homepage:
- Size: 995 KB
- Stars: 38
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://jitpack.io/#micycle1/processing-core-4)
# Processing Core (4.x)
This is a mirror of the *core* library from [Processing 4](https://github.com/processing/processing4/), with the addition of a *pom.xml*, turning it into a standalone *Maven* artifact.
It is hosted as a *Maven* dependency via [JitPack](https://jitpack.io/#micycle1/processing-core-4) (from this Github repository) so it can be referenced in your own *Maven* project (for when you want to use the Processing library outside of the Processing IDE).
This mirror is not necessarily up to date with the latest Processing 4 release; it is currently based on Processing [**4.4.2**](https://github.com/processing/processing4/releases/tag/processing-1302-4.4.2).
---
## Usage in your Maven project
### Step 1. Add the *JitPack* repository to your pom.xml
```
jitpack.io
https://jitpack.io
```
### Step 2. Add the processing-core dependency```
com.github.micycle1
processing-core-4
4.4.2```
### **That's it!**
Now you don't have to worry about adding core.jar, the JavaFX and JOGL & Gluegen dependencies to your project — this does it all!
Note: core version 4.4.2 and onwards require Java 17+; prior versions require Java 11+.