frctl is a fractal visualiser written in C using raylib, supporting Mandelbrot, Julia and Newton fractals.
1
: mandelbrot2
: julia3
: newtonhold lmb
: drag in an area to zoom in
Requirements:
- raylib
- CMake >= 3.10
- C compiler (gcc, clang)
- UNIX System (Linux, MacOS, WSL)
mkdir build
cd build
cmake ..
make
cd ../bin
./frctl
Licensed under the MIT License.