Crates.io | fractal-renderer |
lib.rs | fractal-renderer |
version | 0.1.0 |
source | src |
created_at | 2022-01-25 23:54:57.970598 |
updated_at | 2022-01-25 23:54:57.970598 |
description | A stupidly fast paralell fractal renderer with support for Mandelbrot, any Julia set and Barnsley Ferns. Easily handles magnification over 1 milion. |
homepage | |
repository | https://github.com/Icelk/fractal-renderer/ |
max_upload_size | |
id | 521158 |
size | 666,703 |
This was a fun but brief project I worked on.
Most of the functionallity is implemented. If you have any ideas regarding colouring and general performance, please reach out. I'd also ultimately like to render this on the GPU.
Rendering the Mandelbrot set at 1,000,000x zoom. It took my shitty laptop ~1 second to render the 3000x3000 image above. And that's on the CPU!
Look at the examples MD doc.
This project is dual-licensed under Apache 2.0 or MIT. All contributions are assumed to also be.