https://github.com/ckipp01/scala-processing-giter8
A Scala Processing giter8 template
https://github.com/ckipp01/scala-processing-giter8
giter8-template processing scala
Last synced: 25 days ago
JSON representation
A Scala Processing giter8 template
- Host: GitHub
- URL: https://github.com/ckipp01/scala-processing-giter8
- Owner: ckipp01
- Created: 2023-06-18T11:28:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T12:11:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T02:42:32.050Z (about 1 year ago)
- Topics: giter8-template, processing, scala
- Language: Scala
- Homepage:
- Size: 2.37 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Scala Processing giter8 template
This is a template to use [Processing 4](https://processing.org/) with Scala and
[scala-cli](https://scala-cli.virtuslab.org/). Note that processing 4 is
[*NOT*](https://github.com/processing/processing4/issues/262#issuecomment-1181918962)
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](https://www.foundweekends.org/giter8/setup.html) installed, and then just
do the following:
```sh
g8 ckipp01/scala-processing-giter8
```
Once installed, make sure you have [scala-cli](https://scala-cli.virtuslab.org/)
installed and run the following:
```sh
scala-cli run -M example .
```
Which should show you the following: