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