Skip to content

flupke/zig-wasm-webgl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-wasm-canvas

An example demonstrating Zig interacting with a canvas via JS. It is a port of one of the official mozilla examples.

https://developer.mozilla.org/en-US/docs/WebAssembly

Build

make

Run

Serve the current directory with python http.server module:

make serve

And open index.html in your browser.

About

Using Zig and WebGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.2%
  • Zig 46.8%
  • Makefile 2.0%