Merge branch 'main' of ssh://musuka.dev:2222/paoda/mandelbrot into main

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-10-22 02:05:55 -03:00
commit 1125d79ca5
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Mandelbrot Set
[![Build Status](https://ci.paoda.moe/api/badges/paoda/mandelbrot/status.svg)](https://ci.paoda.moe/paoda/mandelbrot)
An interactive interface where you can navigate the Mandelbrot Set.
### Controls
@ -45,4 +46,4 @@ You can either execute the compiled binary, or use `cargo run --release`
- [x] Add smooth colouring
<!-- * Maybe look into histograms? -->
- [ ] Zoom with the Mouse?
- [ ] Automatically change scale? Remove the need for the user to deal with the Scale modifier
- [ ] Automatically change scale? Remove the need for the user to deal with the Scale modifier