BenLeadbetter / generative-artistry-nannou

The tutorial series from generative-artistry implemented using the nannou framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative Artistry: Nannou

An implementation of the tutorial series from generative-artistry using the nannou framework

πŸš€ Getting Up and Running πŸš€

1. Clone the Repository πŸ‘

Firstly, clone the code and set things up on your machine:

git clone git@github.com:BenLeadbetter/generative-artistry-nannou.git
cd generative-artistry-nannou

2. Build and Run 🎩✨

If you haven't already installed Rust and Cargo, do a quick detour here and grab the necessary tools. Now, let's build and run:

cargo build --release
cargo run --release

πŸ”₯ Enjoy some generative art implemented in pure rust! πŸ”₯

Progress

  • Tiled Lines
  • Joy Division
  • Cubic Disarray
  • Triangular Mesh
  • Un Deux Trois
  • Circle Packing
  • Hypnotic Squares
  • Piet Mondrian
  • Hours of Dark

About

The tutorial series from generative-artistry implemented using the nannou framework


Languages

Language:Rust 100.0%