fabioarnold/hello-webgl
Hello WebGL in Zig
55bff363fa9ed9ee1fe0a48491dd32381e06829d# 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