processing-library-template
processing-library-template copied to clipboard
Processing Library Template for Eclipse
I suggest using [MkDocs](https://www.mkdocs.org/) to generate static documentation for libraries. For library creators, this would make it easier to fullfil the requirement of creating and hosting a documentation website for...
after the library is built and copied into processing, it would be great to be able to, from intellij, run processing on the example.pde. Could intellij run processing on the...
### Describe the bug When using the gradle task "writeLibraryProperties", the : sign is escaped with an \ . So this ``` # List of authors. Links can be provided...
### Describe the bug PRs trigger a workflow that deploys a preview of the change. This is failing with the error Error: The deploy step encountered an error: remote: Permission...
### Describe the feature or enhancement As suggested in https://github.com/processing/processing-contributions/issues/67, we could add an additional property for the library's license, suggesting the same license that Processing uses, LGPL v2.1. Additionally,...
I'm trying to set up VSCode as the IDE for using this library template. I only get it to work when adding a settings.json file with ``` "java.classPath": [ "/Applications/Processing.app/Contents/Java/core/library/core.jar",...
So I am in the process of updating my Processing Library. It uses 2 other Processing libraries (Arduino and Minim). My library adds some functionality or helper functions. To be...
### Describe the feature or enhancement Currently the sketchbook location is inferred from the OS. It could instead be taken from an installation of Processing. From @Stefterv : Take a...