Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/micycle1/processing-core-4
- Owner: micycle1
- Created: 2021-01-24T11:33:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T10:11:54.000Z (6 months ago)
- Last Synced: 2024-07-28T09:59:08.933Z (6 months ago)
- Topics: maven, maven-dependency, processing-library, processing4
- Language: Java
- Homepage:
- Size: 988 KB
- Stars: 34
- Watchers: 5
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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+.