In this repo is a skeleton project that you can copy to help get you started making cool things.
- A good IDE, VSCode is probably the easiest but if you want to feel like a real pro you can use Eclipse.
- A Java 11 JDK, we recommend Adoptium.
Open a terminal in your project's folder and run mvnw install
. Once completed you will find a file called ExampleProject.jar
in target/
, that's the file you add to Caffeinated.
Read the SDK Documentation for more information on how Widgets work and how to do other things.