gouiferda / fractol

Fractal explorer in C using mlx library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fractol

Fractol is small fractal exploration program, offeres multiple generated fractals with the ability to change parameters, coded with in C using mlx library.

Features

  • Fractals: Julia set, Mandelbrot set, Sirpinski triangle, Tree, Burningship, Barnsley fern, Tricon
  • Menus: Controls panel, Info panel
  • Change parameters: Iterations, Zoom, Colors ...

Run

  • Run commands:
    • make re
    • ./fractol mandelbrot

Screenshots

Sirpinski triangle Barnsley fern Julia set
Image Image Image

Resources

More to do

  • Multi-threading implementation.
  • SMOOTH coloring
  • The zoom follow the actual mouse position.

About

Fractal explorer in C using mlx library


Languages

Language:C 74.0%Language:Objective-C 13.1%Language:Roff 11.0%Language:Makefile 1.9%