Rekai Musuka a831cb44ef Revert "chore: update rust version in CI config"
This reverts commit 0d33ebb4075eecc212855100a4cc634fb0d66c1d.
2021-02-11 22:40:24 -06:00
2021-01-27 23:35:36 -06:00
2020-11-26 13:19:58 -06:00
2020-11-26 13:19:58 -06:00
2021-01-27 23:57:45 -06:00

Mandelbrot Set

Build Status 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

Build Instructions

Due to my current configuration (which is one that prioritizes quick development), Bevy requires some dependencies in order to build this project. These dependencies are clang, lld, and llvm.

Also, this program requires Rust Nightly (as of 2020-11-26)

Once done, you can build the program with cargo build, or cargo build --release

Run Instructions

You can either execut the compiled binary, or use cargo and 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 smooth colouring
    • Maybe look into histograms?
Description
Navigate the Mandelbrot Set using W, A, S and D!
Readme 128 KiB
Languages
Rust 100%