dili91 / mandelbrot

A Rust app that plots the Mandlebrot set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandlebrot set visualizer

An app that plots the Mandlebrot set on an PNG image.

Inspired from the code samples included in this book.

Testing the app

cargo test

Running it

cargo run -- sample.png 1000x750 -1.20,0.35 -1.0,0.2

Below a sample output:

sample output

About

A Rust app that plots the Mandlebrot set


Languages

Language:Rust 100.0%