Skip to content

Kate-77/fractol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is aimed to recreate fractals (Mandelbrot set, Julia set and Burning ship set)

A fractal is an “infinitely fragmented” geometric object, its details are observable at an arbitrarily chosen scale which gives it a psychedelic effect!

Mandelbrot Set

Julia Set

Burning Ship Set

Installation

$> make all
$> ./fractol mandelbrot
$> ./fractol julia1
?> ./fractol julia2
$> make bonus
$> ./fractol_bonus burningship

Functions

  • Switch between fractals : mandelbrot, julia (julia1/julia2/julia3/julia4/julia5/julia6), burningship.
  • Zoom in and out using the mouse wheel.
  • Different colors patterns, you can change them with 1/2/3/4/5.
  • Move the fractals with keyboard arrows.
  • ESC or close the window to exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published