An open API service indexing awesome lists of open source software.

https://github.com/abusch/nannou_playground

Playground for experimenting with nannou
https://github.com/abusch/nannou_playground

creative-coding generative-design nannou rust rust-lang

Last synced: 8 months ago
JSON representation

Playground for experimenting with nannou

Awesome Lists containing this project

README

          

# nannou playground
Playground for experimenting with [nannou](https://nannou.cc).

## How to run
You need a working [Rust](https://rust-lang.org) installation, then simply do `cargo run --release --bin ` where bin name is the name of a file in `src/bin/`. For example: `cargo run --release --bin flowfield`.

## Acknowledgements
I'm taking inspiration from (i.e. ripping off...) various sources:
- [Coding Train](https://thecodingtrain.com/)
- [Tyler Hobbs](https://tylerxhobbs.com/)
- [Schotter Four Ways](https://github.com/sidwellr/schotter)
- ...

## Some screenshots

![dejongifs](/assets/dejongifs.png)
![flowfield2](/assets/flowfield2.png)
![blacklines](/assets/blacklines.png)
![circles](/assets/circles.png)
![heightfield](/assets/heightfield.png)
![flowfield](/assets/flowfield.png)