A barebones boilerplate for new nannou projects. Nannou is an open-source creative toolkit for Rust.
You should have the following installed:
- (Rust)[https://www.rust-lang.org]
- (Deno)[https://deno.land]
First, clone this repository:
$ git clone https://github.com/mvasigh/nannou-starter.git my-nannou-app
$ cd my-nannou-app
Run the init
script and follow the prompts to update your package information:
$ ./scripts/init.ts
Next, write your code in main.rs
and run your Nannou application to see your changes:
$ cargo run --release