Processing library template using gradle.
mkdir YOUR_LIBRARY_NAME
cd YOUR_LIBRARY_NAME
git clone https://github.com/endoh0509/processing-library-template-gradle.git .
rootProject.name='YOUR_LIBRARY_NAME'
group 'YOUR_LIBRARY_NAME'
Please write to us with information about your library.
Edit src/main/java/*
./gradlew -q
Push the tag to the GitHub repository. Then the Release workflow will run and the build result will be uploaded to the Releases page on GitHub.
./gradlew javadoc
Copy this directory into processing/libraries
MIT License