A downloadable tool for Windows and Linux

A simple fractal renderer written in c++ using SDL2. It currently has Mandelbrot and Burning Ship fractals. In the future, I plan to add multithreading, anti-aliasing and more fractals.

Controls

  • Left Mouse - Zoom in
  • Right Mouse - Zoom out
  • F11 - Toggle fullscreen
  • Escape - Either switches out to window mode or quits the application
  • M - Increase iterations
  • N - Decrease iterations
  • X - Increase color rotation speed
  • Z - Decrease color rotation speed
  • V - Increase color offset
  • C - Decrease color offset
  • R - Return to initial position, iterations (128) and colors
  • 1 - Mandelbrot Set
  • 2 - Burning Ship
  • F5 - Manually refresh window

Source Code

Source code is MIT licenced and available on my GitHub:

https://github.com/NicolasDreams/Fractal-Renderer

Download

Download
FractalRenderer1.1.zip 1 MB
Download
FractalRenderer1.1.tar.gz 628 kB

Leave a comment

Log in with itch.io to leave a comment.