Is it possible to create a library for Processing on Processing?
If yes:
What knowledge do I need to make a library for Processing.
Hello,
In the Contribute section on the Processing website there is a link to creating libraries and tools:
https://processing.org/
Additional resources:
Related topics:
I have not yet created libraries and this has sparked my interest.
Consider the above as initial research on the subject.
:)
Hi @OverLord
Good reference
The Contribute section on the website needs an update!
Start here:
https://github.com/processing
Open the Processing 4 repository:
https://github.com/processing/processing4
You will find Wiki along the top which links to:
Lots of resources there including libraries.
:)
We are working on updating the documentation and process to create and submit libraries for Processing.
In the meantime, this Gradle-based library template by @Andres Colubri may be a good alternative to the old Ant-based one.