Explore the wonderfull world of fractals!
make bonus
./fract-ol <FRACTAL_TYPE>
- Julia
- Mandelbrot
- Tricorn
mouse scroll
: zoom in and out the fractal (endlessly)
arrow keys
: move the fractal
A
S
: change color range
In this project you will have to use minilibX (maybe for the first time) in order to create a small fractal exploration program.
Official linux repo : https://github.com/42Paris/minilibx-linux
As the documentation for it is sort of light, the only way to really know the minilibX is to play around with it. This example is verry usefull as it cover the very basics : https://github.com/keuhdall/images_example
Then by scraping these docs you should begin to get it :
https://files.achedeuzot.me/42/mlx/man/mlx.pdf
https://files.achedeuzot.me/42/mlx/man/mlx_loop.pdf
The Wikipedia pages contains everything you need to know to achieve the mandatory part :
With that said, good luck <3
Yours, clucien.
PS: If you need to add anything, just PR ;)