Skip to content

spejamchr/mandel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandel

Mandelbrot Set

A monochromatic Mandelbrot renderer. It avoids annoying "rings" in the gradient by using random stippling. I wanted to dabble in Rust, and I wanted to make fun pictures. I managed both goals. Now I've used it to render my wallpaper.

Use

Install Rust.

git clone git@github.com:spejamchr/mandel.git && cd mandel
cargo run

Configuration

Configuration is only available by editing the source. Open src/main.rs. The rendering area & resolution can be specified by adjusting the call to mandelbrot()in main(). There are some examples to help.

About

Mandelbrot renderer in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages