tikis23 / fractals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fractals

Mandelbrot and julia sets with double precision floats implemented with raylib and C++.

Building

$ git clone https://github.com/tikis23/fractals.git
$ cd random-walk && mkdir build && cd build
$ cmake ..

Screenshots

About


Languages

Language:C++ 76.6%Language:GLSL 15.2%Language:CMake 8.2%