A small Vlang and GG demo, inspired by this tweet.
First install the latest version of the V programming language.
This module also depends on the excellent https://github.com/Larpon/miniaudio/ library.
To install it, just v install
inside this project's folder.
Do: v run .
inside this repo, or if you want to just compile it: v .
Run v watch run .
in one shell, then just use your favourite editor to make changes, and save from time to time.
The program would be recompiled and restarted automatically on each change/save.