Skip to content

Armorine86/Fractol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple fractal explorer featuring three Popular fractals using MinilibX graphic library

The constraints were as follows:
• The software should offer the Julia set and the Mandelbrot set.
• The mouse wheel zooms in and out, almost infinitely (within the limits of the computer).
• It use at least a few colors to show the depth of each fractal.
• A parameter is passed on the command line to define what type of fractal will be viewed. If no parameter is provided, or if the parameter is invalid, the program displays a list of available parameters and exits properly.<br/ • ESC will exit the program.

Bonus part :
• One or more different fractal.
• The zoom follows the actual mouse position.
• In addition to the zoom: moving with the arrows.
• The color range shift.

Project Score:

mmondell's 42 fract-ol Score

You can add mouse_look, after the chosen fractal, as a parameter to the program to dinamically transform the image!

I.E.: ./fractol mandelbrot mouse_look

Mandelbrot

alt text

Julia

alt text

Burning Ship

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published