aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-05-20Added Smoothness and super samplingCharles
2019-09-22SupersamplingCharles
- Random supersampling (prettier but quite slow) - WIP: bette color gradient
2019-09-20Parallel computation, pixel arrayCharles
- All the pixels are stored in an array, put in a surface then a texture so we don't draw each pixel one by one. - The computation of this array is done in parallel (one thread by line) - Use sscanf instead of atoi hack to parse options
2019-08-29Updated README with TODO listCharles
2019-08-27Initial commitCharles
Compute if a number is in Mandelbrot set. Print it to the terminal.