Skip to content

Releases: JSorngard/mandelrust

v8.0.2

12 Dec 10:05

Choose a tag to compare

  • The progress bar is now hidden by default but can be shown with the new -v, --verbose command.
  • The rendering function can now be easily benchmarked with cargo bench, and the results saved in an html report found in target/criterion/report/index.html that can be viewed with a web browser.

v7.2.0

24 Nov 11:52

Choose a tag to compare

  • Corrected super sampling to average the colors instead of the escape speeds. As a result the program is slower, but the images are more accurate
  • Minor bug fixes

v7.0.0

10 Nov 10:37
2d1f178

Choose a tag to compare

  • Super sampling now starts close to the center of the pixel to increase accuracy in region where super sampling is only done partially.
  • Mirroring is now done automatically for resolutions that are large enough to avoid visual artefacts in the real axis.
  • Due to the rendering improvements mentioned in the first bullet point the default SSAA factor is 3 instead of 4.

v6.0.0

25 Oct 17:46

Choose a tag to compare

  • Made zoom argument exponential for more intuitive behavior
  • Aspect ratio can now be entered in the classic x:y format

v5.2.0

14 Oct 14:10

Choose a tag to compare

  • Fixed issue that caused incorrect rendering of the negative real axis

v5.1.0

14 Oct 11:54

Choose a tag to compare

  • Fixed a bug in the mirroring and super sampling loop that created a dark band along the real axis

v5.0.1

13 Oct 12:40

Choose a tag to compare

  • Increased optimization level in Cargo.toml, which sped up the program by ~20% on my machine

v5.0.0

13 Oct 12:27

Choose a tag to compare

  • It is now possible to specify an output folder

v4.0.1

13 Oct 08:51

Choose a tag to compare

  • Fixed bug that made program sample each pixel in the corner instead of the middle when SSAA was turned off

v4.0.0

13 Oct 07:34

Choose a tag to compare

  • The color map no longer assumes a maximum iteration count of 255, but now scales appropriately when using more iterations
  • Added grayscale option
  • Added max-iterations option
  • Updated clap dependency to clap 4.0.X
  • Added option to save image parameters in the file name