Skip to content

Releases: andydevs/fractool

v0.1.0

07 Nov 14:01
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

New Features

Fractool CLI

  • Can generate Mandelbrot and Jula fractal images
    • Both algorithms use z = z^2 + c
    • Julia sets c to -0.4 + 0.6i
    • Set algorithm with --algorithm
  • Set image dimensions and preset colormaps
    • List colormaps using --colormaps