Hello WebGL in Zig Build and run in your browser # 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