https://github.com/sn99/mandelbrot
https://github.com/sn99/mandelbrot
mandelbrot rust
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sn99/mandelbrot
- Owner: sn99
- License: mit
- Created: 2018-10-29T19:40:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T02:55:00.000Z (about 5 years ago)
- Last Synced: 2025-03-22T17:22:52.889Z (over 1 year ago)
- Topics: mandelbrot, rust
- Language: Rust
- Size: 820 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mandelbrot
[](https://travis-ci.com/sn99/mandelbrot)
[](https://dependabot.com)
Use command in the following way `cargo run `, eg : `cargo run mandel.png 1000x750 -1.20,0.35 -1,0.20`

Made from [Programming Rust](http://shop.oreilly.com/product/0636920040385.do)