Skip to content

jcompose/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Mandelbrot Set Explorer

Dependencies

  • SDL2
  • Make

Usage

  • make
  • ./Mandelbrot.exe {WIDTH} {HEIGHT}

Keyboard Shortcuts

  • i --> increase the number of iterations (make the image sharper, but load slower)
  • r --> restart (reset the image back to its normal size and number of iterations)
  • p --> take a screenshot (saved as Mandelbrot.bmp)
  • q --> quit the program
  • [1-3] --> select a color scheme. 1 is Onedark, 2 is Nord, 3 is Gruvbox

About

Mandelbrot set visualizer in C with SDL2.

Topics

Resources

Stars

Watchers

Forks