No description
examples | ||
src | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
README.md |
rust-sdl2-fractals
Usage
nix run github:johannesloetzsch/rust-sdl2-fractals
## or
cargo run
Mandelbrot set
cargo run --bin mandelbrot
Koch Snowflake
cargo run --bin snowflake