Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 976 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 976 Bytes

A Scala Processing giter8 template

This is a template to use Processing 4 with Scala and scala-cli. Note that processing 4 is NOT published on Maven Central, so this repo provides both the processing core and core-sources jars and sets everything up for you.

Using

To use this template you'll need to make sure you have g8 installed, and then just do the following:

g8 ckipp01/scala-processing-giter8

Once installed, make sure you have scala-cli installed and run the following:

scala-cli run -M example .

Which should show you the following:

Screenshot 2023-06-18 at 13 57 52