| Crates.io | fractal_rndr |
| lib.rs | fractal_rndr |
| version | 0.2.4 |
| created_at | 2025-02-22 11:41:34.089302+00 |
| updated_at | 2025-08-10 17:15:08.529126+00 |
| description | A fractal renderer that features several coloring modes, anti-aliasing and a gui. |
| homepage | https://gitlab.com/valflrt/fractal_rndr |
| repository | |
| max_upload_size | |
| id | 1565332 |
| size | 306,094 |
This is a program used to render fractals using a RON parameter file. It also has a simple GUI for easier navigation.
It features anti-aliasing and the GUI allows for progressive sampling by manually taking as many samples as necessary to smoothen the image.
If you have cargo installed:
cargo install fractal_rndr
Otherwise, you can download the latest executable from the releases tab.
You can either directly run the executable or use the command line:
fractal_rndr path/to/param_file.ron path/to/output_image.png
[!NOTE] Supported image formats are png and jpg (the extension is used to guess the format)
This is what the app looks like:

Enjoy !
See this repository.
raw_image and sample continuously from another thread to improve image quality
Low or Medium for first pass then do other passes with High (as the number of passes increases, the value of each pixel gets more and more accurate)(sampling_point_count_from_start * stored_value + sampling_point_count_for_current_pass * new_value) / (sampling_point_count_from_start + sampling_point_count_for_current_pass)ffmpeg -framerate <fps> -pattern_type glob -i 'frames/*.png' -c:v libx264 -pix_fmt yuv420p video.mp4