Navigate the Mandelbrot Set using W, A, S and D!
Go to file
Rekai Nyangadzayi Musuka c96bf45bff chore: remove image as a dependency 2020-11-26 13:19:58 -06:00
.cargo feat: working interactive mandelbrot 2020-11-26 02:47:03 -06:00
src chore: remove image as a dependency 2020-11-26 13:19:58 -06:00
.gitignore feat: working interactive mandelbrot 2020-11-26 02:47:03 -06:00
Cargo.lock chore: remove image as a dependency 2020-11-26 13:19:58 -06:00
Cargo.toml chore: remove image as a dependency 2020-11-26 13:19:58 -06:00
README.md chore: update README.md 2020-11-26 13:07:04 -06:00

README.md

Mandelbrot Set

An interactive interface where you can navigate the Mandelbrot Set.

Controls

W - Up
A - Left
S - Down
D - Right

Q Zoom Out
E Zoom In

How to Use

With cargo, in the root directory run cargo run --release

TODO

  • Make Zooming feel more natural (where you zoom to is fixed, and not centered)
  • Make the amount of iterations done when calculating the Mandelbrot set configurable
    • preferrably with a keybind
  • Add colour to the program
    • Black + White is kinda boring yeah?