| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-28 | Added primitive zoom with 'p'/'m' and moving with the arrow keys | Charles | |
| 2019-08-28 | State stores the window size and the domain where to look the set | Charles | |
| 2019-08-27 | Brightness level according to step before excusion | Charles | |
| 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-27 | Set visualization | Charles | |
| 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-27 | SDL boilerplate window | Charles | |
| init, quit and run functions. Error handling. | |||
| 2019-08-27 | Initial commit | Charles | |
| Compute if a number is in Mandelbrot set. Print it to the terminal. | |||
