Skip to content

irevoire/mandelbrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrust

multiple examples of what you can get with this repo
video of the code running

This project draw a mandelbrot fractale.

It use the minifb crate for the window / drawing.

To build the project use:

cargo build --release

To run the project:

cargo run --release

Control

  • Use the arrow key to move on the fractal.
  • Use zqsd to move
  • Use wasd to move
  • i: Augment the level of iteration
  • u: Reduce the level of iteration
  • space: Zoom in the fractal
  • x: Unzoom the fractal
  • escape: Exit