Rust Fractal Core Versions Save

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

0.7.0

3 years ago
  • Added more options for zoom configuration and repair.
  • Reduced the series approximation terms when zoom level is quite low to avoid numerical artifacts.

0.6.0

3 years ago
  • Slight optimizations to the core perturbation loop.
  • Files for assembling fractal videos.
  • Support for removing the center of keyframes to reduce computation.
  • Non-integer keyframe scaling coefficients are now supported.

0.5.0

3 years ago

0.4.0

3 years ago
  • Added new file type for location and settings data. These are loaded up separately as .toml files.
  • Added reusing of reference for multiple image zoom sequences.
  • Adjusted the current series approximation algorithm to make better use of multiple threads.
  • Changed console output to be more useful.
  • Added help menu and commands are now directly passed into executable.

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

4 years ago