Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreyvdl/42-fract-ol
- Owner: andreyvdl
- Created: 2023-07-01T02:40:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T03:17:03.000Z (over 1 year ago)
- Last Synced: 2023-10-29T04:20:44.263Z (over 1 year ago)
- Topics: 42, 42saopaulo, burning-ship, c, fract-ol, fractal, julia-fractal, mandelbrot, mandelbrot-fractal, minilibx, mlx, tricorn
- Language: C
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)