Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@andydevs andydevs released this 07 Nov 14:01
· 33 commits to main since this 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