aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
2019-08-28Color Palette, need shortcutCharles
Added color palette instead of brighness level to display the set boundaries. Vim-like shortcut to move around.
2019-08-28State stores the window size and the domain where to look the setCharles
2019-08-27SDL boilerplate windowCharles
init, quit and run functions. Error handling.
2019-08-27Initial commitCharles
Compute if a number is in Mandelbrot set. Print it to the terminal.