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
- Host: GitHub
- URL: https://github.com/henrixounez/v-mandelbrot
- Owner: Henrixounez
- Created: 2020-10-11T20:28:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T12:53:19.000Z (over 5 years ago)
- Last Synced: 2025-02-01T12:26:25.687Z (over 1 year ago)
- Topics: mandelbrot, v, vlang, vlang-cli
- Language: V
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V Mandelbrot Visualizer


## 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`