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

https://github.com/sn99/mandelbrot


https://github.com/sn99/mandelbrot

mandelbrot rust

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# mandelbrot
[![Build Status](https://travis-ci.com/sn99/mandelbrot.svg?branch=master)](https://travis-ci.com/sn99/mandelbrot)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=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`

![sample](mandel.png)

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