Skip to content

Instantly share code, notes, and snippets.

@XxZhang2017
Created December 17, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XxZhang2017/4342c9c89438daa27dce0b92bbe0339b to your computer and use it in GitHub Desktop.
Save XxZhang2017/4342c9c89438daa27dce0b92bbe0339b to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment