https://github.com/aib/processing-sample-lib-with-maven
https://github.com/aib/processing-sample-lib-with-maven
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aib/processing-sample-lib-with-maven
- Owner: aib
- Created: 2016-05-25T08:39:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T19:41:35.000Z (about 10 years ago)
- Last Synced: 2025-02-28T17:58:18.332Z (over 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a sample Processing (3.1.1) library that uses Apache Maven (https://maven.apache.org/) to build.
Use the "package" command to build the library JAR:
mvn package
The whole repository is designed to be put in your "sketchbook/libraries" directory, but be sure to rename the main directory to match the JAR's name. (I use "aibstestlib".)
This library depends on Andreas Schlegel's (http://www.sojamo.de/) controlP5 library (http://www.sojamo.de/libraries/controlP5/) as an example. Simply downloading it using Processing's "Contribution Manager" (Sketch -> Import Library -> Add Library) should work, but be sure to review the pom.xml file if things don't work.