Navigate the Mandelbrot Set using W, A, S and D!
Go to file
Rekai Nyangadzayi Musuka 9829196db0 feat: write README.md 2020-11-26 13:05:18 -06:00
.cargo feat: working interactive mandelbrot 2020-11-26 02:47:03 -06:00
src feat: pure software generation of mandelbrot 2020-11-26 12:58:14 -06:00
.gitignore feat: working interactive mandelbrot 2020-11-26 02:47:03 -06:00
Cargo.lock feat: working interactive mandelbrot 2020-11-26 02:47:03 -06:00
Cargo.toml feat: working interactive mandelbrot 2020-11-26 02:47:03 -06:00
README.md feat: write README.md 2020-11-26 13:05:18 -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

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?