aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-27Brightness level according to step before excusionCharles
The test to check if something is in the set return -1 else returns the number of steps, then map the step to a brightness of the pixel.
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.