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