Skip to content

fabioarnold/hello-webgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello WebGL in Zig

Screenshot

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