Skip to content

Instantly share code, notes, and snippets.

View XxZhang2017's full-sized avatar

XxZhang2017

  • Junior Software Developer
View GitHub Profile
@XxZhang2017
XxZhang2017 / julia set in C
Created December 17, 2019 16:52
computing fractol
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