https://github.com/mdubus/fractol
Beautiful Fractal Renderer with GPU acceleration
https://github.com/mdubus/fractol
42 42school c fractal-rendering fractals minilibx opencl
Last synced: over 1 year ago
JSON representation
Beautiful Fractal Renderer with GPU acceleration
- Host: GitHub
- URL: https://github.com/mdubus/fractol
- Owner: mdubus
- Created: 2017-08-09T12:23:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T13:54:31.000Z (almost 9 years ago)
- Last Synced: 2025-03-26T13:08:09.854Z (over 1 year ago)
- Topics: 42, 42school, c, fractal-rendering, fractals, minilibx, opencl
- Language: C
- Homepage:
- Size: 2.59 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fractol
A beautiful fractal renderer coded with C, the minilibx (included), and Opencl.
It is the second infographie project of the school 42.
Multiple bonus :
* Choose between GPU or CPU
* Large color palette
* Many fractals available
* Smooth coloring
## Installation
Compile with CPU :
`$ make`
Compile with GPU :
`$ make GPU=yes`
## Usage
`$ ./fractol [mandelbrot / duobrot / triobrot / mandelbar / julia / buffalo / ship / bird]`
## Overview






## Final mark
`125/100 (full bonus)`