Back

GitHub


Fract-ol

Summary

Is an individual project about creating fractal exploration program in C

Fractals List:

fract-ol-image

Introduction

The term fractal was first used by mathematician Benoit Mandelbrot in 1974. He based it on the Latin word fractus which means "broken" or "fractured".

A fractal is an abstract mathematical object, like a curve or a surface, which pattern remains the same at every scale.

Various natural phenomena – like the romanesco cabbage – have some fractal features.

It’s time for you to create a basic computer graphics project!

You are going to use the school graphical library: the MiniLibX! This library was developed internally and includes basic necessary tools to open a window, create images and deal with keyboard and mouse events.

This will be the opportunity for you to get familiar with the MiniLibX, to discover or use the mathematical notion of complex numbers, to take a peek at the concept of optimization in computer graphics and practice event handling

Mandatory part

This project is about creating a small fractal exploration program. First, you have to know what a fractal is.

Rendering

Graphic management

Bonus part

You will get some extra points with the following features: