Ways of writing Addons

There are 2 ways for writing Stitch Addons.

#java-scripting

  • This utilises a .java file as the source code along with custom metadata, simplifying the process of writing Addons.

#normal-java-project

  • This approach uses a Java project, enabling the creation of more advanced Addons, though it may result in a slower development process.

Last updated