From 99b4104261c392f2d1cbd8e5ff896338faf4a13a Mon Sep 17 00:00:00 2001 From: Rekai Musuka <--show> Date: Thu, 26 Nov 2020 15:35:23 -0600 Subject: [PATCH] chore: update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39beee3..e0a763a 100644 --- a/README.md +++ b/README.md @@ -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?