Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreyvdl/42-fract-ol

My fractol project
https://github.com/andreyvdl/42-fract-ol

42 42saopaulo burning-ship c fract-ol fractal julia-fractal mandelbrot mandelbrot-fractal minilibx mlx tricorn

Last synced: about 1 month ago
JSON representation

My fractol project

Awesome Lists containing this project

README

        





___
Program name | files to turn in | Makefile rules | External functions | Result
:---: | :---: | :---: | :---: | :---:
fractol | Makefile, \*.h, \*.c | NAME, all, clean, fclean, re | open, close, read, write, malloc, free, perror, strerror, exit, math library, mlx library, ft_printf, libft | ???/100

## Objective

>This project is about creating a small fractal exploration program.

## Execution

```sh
make
./fractol fractol_name [options ...]
```

### [42MLX](https://github.com/42Paris/minilibx-linux)