Skip to content

veronin1/frctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frctl

frctl is a fractal visualiser written in C using raylib, supporting Mandelbrot, Julia and Newton fractals.


Demo

Demo GIF


Keybinds

  • 1: mandelbrot
  • 2: julia
  • 3: newton
  • hold lmb: drag in an area to zoom in

Compilation & Running

Requirements:

  • raylib
  • CMake >= 3.10
  • C compiler (gcc, clang)
  • UNIX System (Linux, MacOS, WSL)
mkdir build
cd build
cmake ..
make
cd ../bin
./frctl

License

Licensed under the MIT License.

About

fractal visualiser supporting mandelbrot, newton and julia sets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published