This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the tutorial to compuer julia set from the scratch. I also use minilibx library, | |
simple graphical interface library for students study in coding school, '42', to visualize | |
the result to the screen. | |
Tutorial for Julia set: | |
https://lodev.org/cgtutor/juliamandelbrot.html | |
Minilibx: | |
https://github.com/pbondoer/MinilibX |