Playground for experimenting with nannou.
You need a working Rust installation, then simply do cargo run --release --bin <bin_name>
where bin name is the name of a file in src/bin/
. For example: cargo run --release --bin flowfield
.
I'm taking inspiration from (i.e. ripping off...) various sources: