chore: update README.md
This commit is contained in:
parent
9829196db0
commit
de56024039
|
@ -14,6 +14,10 @@ An interactive interface where you can navigate the Mandelbrot Set.
|
||||||
<br />
|
<br />
|
||||||
<kbd>E</kbd> Zoom In
|
<kbd>E</kbd> Zoom In
|
||||||
|
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
With `cargo`, in the root directory run `cargo run --release`
|
||||||
|
|
||||||
### 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
|
||||||
|
|
Loading…
Reference in New Issue