Skip to content

Releases: processing/processing-library-template

v-test

20 Mar 17:12
Compare
Choose a tag to compare
v-test Pre-release
Pre-release
add branch

v-tag-manual

20 Mar 17:18
Compare
Choose a tag to compare
v-tag-manual Pre-release
Pre-release
add name of tag to workflow manually

v1.1.0

20 Mar 14:55
81f3f05
Compare
Choose a tag to compare
  • The example library has been upgraded by @stigmollerhansen. The classes are entirely different, with a new appealing output. The classes now use Processing functionality to a greater degree. It does not use any external libraries, which will reduce the size of required libraries; the previous version did show an example of using external libraries.

v1.0.0

20 Mar 14:48
76b0e9d
Compare
Choose a tag to compare
  • This release of the processing library template uses Gradle to build the library and release artifacts.
  • A Gradle task will also copy the artifacts into the Processing sketchbook, allowing testing of the library with Processing locally
  • A Github Action workflow will create a release of your library
  • It includes facility to use MkDocs and Github Actions to release documentation for your library on Github Project Pages