https://github.com/boydrotgans/shadowdraw
https://github.com/boydrotgans/shadowdraw
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boydrotgans/shadowdraw
- Owner: BoydRotgans
- Created: 2021-07-02T20:46:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T20:47:43.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T20:50:20.719Z (about 1 year ago)
- Language: Kotlin
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openrndr-template
A feature rich template for creating OPENRNDR programs based on Gradle/Kts
You will find some [basic instructions](https://guide.openrndr.org/#/02_Getting_Started_with_OPENRNDR/C00_SetupYourFirstProgram) in the [OPENRNDR guide](https://guide.openrndr.org)
The template consists of a configuration for Gradle and an example OPENRNDR program. The Gradle configuration should serve as the
go-to starting point for writing OPENRNDR-based software.
## Gradle tasks
- `run` runs the TemplateProgram
- `jar` creates an executable platform specific jar file with all dependencies
- `zipDistribution` creates a zip file containing the application jar and the data folder