https://github.com/ivanceras/mandelbrot
A simple implementation of limited iterative calculation of mandrelbot set
https://github.com/ivanceras/mandelbrot
Last synced: 7 months ago
JSON representation
A simple implementation of limited iterative calculation of mandrelbot set
- Host: GitHub
- URL: https://github.com/ivanceras/mandelbrot
- Owner: ivanceras
- License: mit
- Created: 2015-01-30T09:49:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T09:58:03.000Z (almost 11 years ago)
- Last Synced: 2024-05-23T01:31:50.556Z (over 1 year ago)
- Language: Rust
- Size: 188 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mandelbrot
A simple implementation of limited iterative calculation of mandrelbot set http://en.wikipedia.org/wiki/Mandelbrot_set
##Build
```sh
rustc mandelbrot.rs
./mandelbrot
```
This will produce mandelbrot.ppm image