From 9829196db0882568f00168f3301064dcf1045024 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Thu, 26 Nov 2020 13:05:18 -0600 Subject: [PATCH] feat: write README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1b04d9 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# 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? \ No newline at end of file