No description
- Rust 100%
| .cargo | ||
| fractals | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| fractal_input | ||
| LICENSE | ||
| README.md | ||
fractal
Overview
100% inspired by this golang implementation and the associated reddit post
Build and run
Please build in release mode for better performance
cargo build --release
Simply run it with the following command
./target/release/fractal
The generated image is named "fractal.png"
