Skip to content

Toy project to generate a Mandelbrot drawing with Rust

License

Notifications You must be signed in to change notification settings

vhiribarren/mandelbrot-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot toy project

Sample 2

A toy project to generate Mandelbrot images using Rust.

For now, no parallel computation, no specific features. But it is possible to zoom to a specific view by drawing a rectangle with the mouse.

How to start

Tested under MacOS 11.4 with Rust 1.53.0.

$ cargo run

Default compilation option make the rendering process a bit slow, you may also test the result using:

$ cargo run --release

Other samples

Sample 1

About

Toy project to generate a Mandelbrot drawing with Rust

Topics

Resources

License

Stars

Watchers

Forks

Languages