Mandelbrot Fractal Viewer

My submition to RowdyHacks 2023!

To run

Install rust, navigate to the folder, and run the command

cargo run --release

To use

  • Press enter to redraw the screen, and at the start of the program for the first draw.
  • Click anywhere to center that spot
  • Q/A zooms in and out
  • W/S increase and decrease iteration maximum
  • E/D increase and decrease thread count (WARNING: VERY UNSTABLE)