Skip to content

bitpwr/mandelbrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MandelbRust

An appliction showing the classic Mandelbrot set implemented in Rust with SDL2.

Requirements

First install these requirements.

  • SDL2-devel

Usage

The release version performs much better, so run

cargo run --release

Keyboard shortcuts and mouse functions.

  • + and - keys zooms in and out.
  • Left mouse button sets image center.
  • PageUp and PageDown changes maximum interation count.
  • H toggles histogram equalization.
  • C shows the available color schemes.
  • Num keys selects color schemes.
  • Space resets the zoom level.
  • Right mouse button prints pixel information to console
  • Esc stops the program.

About

Explore the classic Mandelbrot set using Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages