An open API service indexing awesome lists of open source software.

https://github.com/henrixounez/v-mandelbrot

V Mandelbrot Visualizer
https://github.com/henrixounez/v-mandelbrot

mandelbrot v vlang vlang-cli

Last synced: 5 months ago
JSON representation

V Mandelbrot Visualizer

Awesome Lists containing this project

README

          

# V Mandelbrot Visualizer

![ascii_vercion](./.github/mandelbrot.png)
![color_version](./.github/mandelbrot_color.png)

## How to use :
- `./mandelbrot` : Basic version in ASCII
- `./mandelbrot -color` : Color version

- You can also use your keyboard to move around:
- Moving `W` `A` `S` `D`
- Zooming `Q` `E`
- Adding/Decreasing iterations `I` `K`
- Exit `CTRL` + `D`