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
- Host: GitHub
- URL: https://github.com/woodruffw/fractal
- Owner: woodruffw
- License: mit
- Created: 2014-01-13T01:58:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T19:24:05.000Z (over 11 years ago)
- Last Synced: 2025-03-10T19:06:06.680Z (7 months ago)
- Language: Java
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)