chore: update README
This commit is contained in:
parent
4a971e31c1
commit
99b4104261
|
@ -16,11 +16,14 @@ An interactive interface where you can navigate the Mandelbrot Set.
|
||||||
|
|
||||||
|
|
||||||
### How to Use
|
### 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
|
### TODO
|
||||||
* Make Zooming feel more natural (where you zoom to is fixed, and not centered)
|
* 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
|
* Make the amount of iterations done when calculating the Mandelbrot set configurable
|
||||||
* preferrably with a keybind
|
* preferrably with a keybind
|
||||||
* Add colour to the program
|
* Add smooth colouring
|
||||||
* Black + White is kinda boring yeah?
|
* Maybe look into histograms?
|
||||||
|
|
Loading…
Reference in New Issue