An open API service indexing awesome lists of open source software.

https://github.com/woodruffw/fractal

Generates Mandelbrot-like fractals with Complex
https://github.com/woodruffw/fractal

Last synced: 7 months ago
JSON representation

Generates Mandelbrot-like fractals with Complex

Awesome Lists containing this project

README

          

Fractal
========

Creates images of fractals recursively, using an equation based upon the Mandelbrot set.

Uses Complex (https://github.com/woodrufw/Complex) to graph the equation on the complex plane.

### Building
```
git clone http://github.com/woodruffw/Fractal
cd Fractal
make
```

### Cleaning
```
make clean
```

### Examples:
Complexity: 3

![alt tag] (https://raw.github.com/woodrufw/Fractal/master/examples/fractal1.png?raw=true)

Complexity: 4

![alt tag] (https://raw.github.com/woodrufw/Fractal/master/examples/fractal2.png?raw=true)

Complexity: 5

![alt tag] (https://raw.github.com/woodrufw/Fractal/master/examples/fractal3.png?raw=true)