chore: update README

This commit is contained in:
Rekai Musuka 2020-11-26 15:35:23 -06:00
parent 4a971e31c1
commit 99b4104261
1 changed files with 6 additions and 3 deletions

View File

@ -16,11 +16,14 @@ An interactive interface where you can navigate the Mandelbrot Set.
### How to Use
With `cargo`, in the root directory run `cargo run --release`
Due to Bevy, this program depends on `lldb`, `llvm` and Rust Nightly (as of 2020-11-26)
Once all these prerequisites have been satisfied, you can run `cargo run --release` in the
project root directory.
### 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?
* Add smooth colouring
* Maybe look into histograms?