https://github.com/cansik/processing4-tool-template
A basic template to create processing4 tools.
https://github.com/cansik/processing4-tool-template
Last synced: 3 months ago
JSON representation
A basic template to create processing4 tools.
- Host: GitHub
- URL: https://github.com/cansik/processing4-tool-template
- Owner: cansik
- Created: 2020-10-05T20:52:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T10:11:38.000Z (over 4 years ago)
- Last Synced: 2025-02-05T06:43:14.872Z (4 months ago)
- Language: Kotlin
- Size: 26.2 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Processing4 Tool Template
A basic template to create processing4 tools.
It combines a processing sketch together with a JavaFX window. The GLWindow is directly embedded into the JavaFX application.To use this repo, fork or re-upload it!
### Usage
```
./gradlew run
```### About
Written by cansik 2020