Rust Fractal Core Versions Save

Mandelbrot fractal visualizer featuring perturbation based iteration methods, series approximation and multithreading.

0.14.0

3 years ago

0.13.0

3 years ago

This release contains a few bug fixes and additional options to allow for the GUI program to interact with the library.

0.12.0

3 years ago
  • Analytic distance estimation options are now available.
  • Jitter option allows for moire pattern reduction.
  • EXR export now supports DEX, DEY distance estimation & direction channels.
  • When analytic derivative option is turned on, the output keyframes use black-white colour scheme. This behavior is to be changed in a later release.

0.11.0

3 years ago
  • Fixed the tiled series approximation. Now on by default in the high.toml file.
  • Various other improvements.

0.10.0

3 years ago
  • Optimizations for probes are now in stable algorithm
  • RAM usage can be reduced dramatically through the use of the 'data_storage_interval' option

0.9.1

3 years ago
  • Fixed some regressions with high numbers of series approximation terms and low iteration counts.

0.9.0

3 years ago
  • New experimental tiled series approximation.
  • Experimental probe improvements.
  • Fixes some rare regressions.

0.8.0

3 years ago
  • Fixed issue with extended floats
  • Added in new option to toggle experimental features (currently does not do anything)
  • New options to allow images to be coloured with palettes
  • Toggle option to colour exr files in output directory

0.7.2

3 years ago
  • Fixed issue with low zoom levels.
  • Added additional default config files.
  • Fixed issue with rotation in config files (location file takes priority).

Windows binaries for 32/64 bit systems are attached.

0.7.1

3 years ago
  • Slight optimization to the series approximation