No description
Find a file
2026-05-31 12:20:42 +02:00
.cargo Use rayon for faster gen 2026-05-31 12:16:35 +02:00
fractals Use rayon for faster gen 2026-05-31 12:16:35 +02:00
src Update to 2024 edition 2026-05-31 12:20:42 +02:00
.gitignore Use rayon for faster gen 2026-05-31 12:16:35 +02:00
Cargo.toml Update to 2024 edition 2026-05-31 12:20:42 +02:00
fractal_input Use rayon for faster gen 2026-05-31 12:16:35 +02:00
LICENSE Initial commit 2020-11-22 09:19:43 +01:00
README.md Implement fractal with parallelization 2020-11-22 18:23:28 +01:00

fractal

Overview

fractal

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"