Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 265 Bytes

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.