Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.01 KB

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

alt text

alt text

alt text

alt text

alt text

alt text

Final mark

125/100 (full bonus)