https://github.com/tpltnt/nannou-app-template
a template project for nannou apps
https://github.com/tpltnt/nannou-app-template
creative-coding nannou template
Last synced: 2 months ago
JSON representation
a template project for nannou apps
- Host: GitHub
- URL: https://github.com/tpltnt/nannou-app-template
- Owner: tpltnt
- License: bsd-2-clause
- Created: 2021-03-03T09:56:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T10:07:21.000Z (about 4 years ago)
- Last Synced: 2025-01-23T00:41:12.703Z (4 months ago)
- Topics: creative-coding, nannou, template
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nannou-app-template
This is a template project for [nannou](https://nannou.cc/) apps.
It is intended to be used with [cargo-generate](https://github.com/cargo-generate/cargo-generate)Create new project: `cargo generate --git https://github.com/tpltnt/nannou-app-template`
Install cargo-generate: `cargo install cargo-generate`