| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-20 | Added Smoothness and super sampling | Charles | |
| 2019-09-22 | Supersampling | Charles | |
| - Random supersampling (prettier but quite slow) - WIP: bette color gradient | |||
| 2019-09-20 | Parallel computation, pixel array | Charles | |
| - 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-29 | Updated README with TODO list | Charles | |
| 2019-08-27 | Initial commit | Charles | |
| Compute if a number is in Mandelbrot set. Print it to the terminal. | |||
