processing-templates icon indicating copy to clipboard operation
processing-templates copied to clipboard

Library, Mode, and Tool templates

Results 5 processing-templates issues
Sort by recently updated
recently updated
newest added

**Problem** When several people work on a Processing library or tool via git, they usually have different classpaths, sketchbook locations etc. These things are configured in a file that is...

Maybe a link to https://github.com/martinleopold/TemplateMode should be added?

with a java.io.FileNotFoundException (maybe this is related to https://github.com/processing/processing-templates/issues/6 ) full ant output of javadoc target: generate.javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source file /Users/mlg/Documents/NetBeansProjects/library-template/tmp/YourLibrary/src/template/library/HelloLibrary.java... [javadoc] Constructing...

When running the `build.xml` file to compile my library, I get warnings due to missing files. I guess that's due to a, more or less, hardcoded classpath. using ``` xml...