Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

Processing 4 core as a Maven artifact via JitPack

Awesome Lists containing this project

README

        

[![](https://jitpack.io/v/micycle1/processing-core-4.svg)](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.3**](https://github.com/processing/processing4/releases/tag/processing-1293-4.3).

---

## 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.3.3

```

### **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.1.1 and onwards require Java 17+; prior versions require Java 11+.