fabioarnold/hello-webgl
Hello WebGL in Zig
27013efdea89e6f9b838b088e916fe7e55a828fa.tar.gz
# fetch the source and build
git clone https://github.com/fabioarnold/hello-webgl
cd hello-webgl
zig build
# run a local http server
python3 -m http.server
# open http://localhost:8000 in your browser