feat: write README.md
This commit is contained in:
parent
8a2a5bd108
commit
9829196db0
|
@ -0,0 +1,22 @@
|
|||
# Mandelbrot Set
|
||||
An interactive interface where you can navigate the Mandelbrot Set.
|
||||
|
||||
### Controls
|
||||
<kbd>W</kbd> - Up
|
||||
<br />
|
||||
<kbd>A</kbd> - Left
|
||||
<br />
|
||||
<kbd>S</kbd> - Down
|
||||
<br />
|
||||
<kbd>D</kbd> - Right
|
||||
|
||||
<kbd>Q</kbd> Zoom Out
|
||||
<br />
|
||||
<kbd>E</kbd> 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?
|
Loading…
Reference in New Issue