Skip to content

irevoire/rulia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rulia

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

This project draw the julia set.

It uses the minifb crate for the window / drawing.

To build the project use:

cargo build --release

To run the project:

cargo run --release

This project is largely inspired, and share most of its code with the mandelbrüst project.

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

Releases

No releases published

Packages

No packages published

Languages