Currently contains a Mandelbrot implementation. To come: Julia sets and cool ML.
- Install
cmake
andqcustomplot
mkdir build && cd build
cmake ..
make
This will generate a fractals
binary.
Currently contains a Mandelbrot implementation. To come: Julia sets and cool ML.
cmake
and qcustomplot
mkdir build && cd build
cmake ..
make
This will generate a fractals
binary.