aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2019-08-27Set visualizationCharles
Loop throught each pixel and color it black if its in the set, white otherwise. This is eavily inspired by the coding train video on the subject. (https://www.youtube.com/watch?v=6z7GQewK-Ks)
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.