Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 259 Bytes

wxWidgets app for generating fractals and creating animations by morphing them. Fractals are generated with affine transformations.

Standard cmake installation, on linux:

$ mkdir build && cd build
$ cmake ..
$ make

then run with

$ ./Fractals