No description
Find a file
2024-10-09 16:14:14 +02:00
examples Mandelbrot 2024-10-07 02:09:00 +02:00
src redraw on resize 2024-10-09 16:14:14 +02:00
.envrc init 2024-10-05 22:28:52 +02:00
.gitignore init 2024-10-05 22:28:52 +02:00
Cargo.lock Mandelbrot 2024-10-07 02:09:00 +02:00
Cargo.toml multiple binaries 2024-10-07 16:51:29 +02:00
flake.lock init 2024-10-05 22:28:52 +02:00
flake.nix Koch snowflake 2024-10-06 10:13:35 +02:00
README.md multiple binaries 2024-10-07 16:51:29 +02:00

rust-sdl2-fractals

Usage

nix run github:johannesloetzsch/rust-sdl2-fractals
## or
cargo run

Mandelbrot set

mandelbrot

cargo run --bin mandelbrot

Koch Snowflake

snowflake

cargo run --bin snowflake