Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 477 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 477 Bytes

Fract-ol

A 42 project in which the goal is to use a small C graphics library (created by the school) to generate and display multiple fractals.

The user has to be able to navigate the fractal and, of course, zoom into it.

Installation

On linux: just run make test, it will launch the program automatically once it has built.

On MacOS: follow instructions here and then run make test.

Usage

TODO