An open API service indexing awesome lists of open source software.

https://github.com/abdellah-nsila/fract-ol

A graphical project exploring fractals and complex dynamics.
https://github.com/abdellah-nsila/fract-ol

1337 42born2beroot 42fract-ol burning-ship c complex-numbers fract-ol fractal julia julia-fractal julia-set mandelbrot mandelbrot-fractal mandelbrot-set

Last synced: 29 days ago
JSON representation

A graphical project exploring fractals and complex dynamics.

Awesome Lists containing this project

README

          

# Fract-ol
- It’s time for you to create a basic computer graphics project!
You are going to use the school graphical library: the MiniLibX! This library was
developed internally and includes basic necessary tools to open a window, create images
and deal with keyboard and mouse events.
This will be the opportunity for you to get familiar with the MiniLibX, to discover
or use the mathematical notion of complex numbers, to take a peek at the concept of
optimization in computer graphics and practice event handling

- This project is about creating a small fractal
exploration program. First, you have to know what
a fractal is.

## [Complex Numbers](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Markdown/Complex_Numbers.md)

## [Map To Logical Plan](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Markdown/Map_To_Logical_Plan.md)

## [Zoom](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Markdown/Zoom.md)

## [Mandelbrot Set](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Markdown/Mandelbrot_Set.md)

## Mandelbrot square set

![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_sq_1.png)
![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_sq_2.png)
![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_sq_3.png)

## Mandelbrot cube set

![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_cub_1.png)
![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_cub_2.png)
![Mandelbrot by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Mandelbrot_cub_3.png)

## Julia square set

![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_sq_1.png)
![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_sq_2.png)
![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_sq_3.png)

## Julia cube set

![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_cub_1.png)
![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_cub_2.png)
![Julia by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Julia_cub_3.png)

## Burningship square set

![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_sq_1.png)
![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_sq_2.png)
![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_sq_3.png)

## Burningship cub set

![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_cub_1.png)
![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_cub_2.png)
![Burningship by abnsila](https://github.com/Abdellah-Nsila/42cursus/blob/master/Milestone%202/fract-ol/Others/Images/Burningship_cub_3.png)