Skip to content

whatupdave/zigwasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig + wasm

Experimenting with zig web game development.

Check out its majesty: https://whatupdave.github.io/zigwasm/

Run

In one tab run zig compiler on watch:

$ fswatch src/main.zig | while read f; do clear; zig build install --prefix web && echo $(date); done

In another tab start parcel to build web:

$ yarn start

The game should now be running at http://localhost:1234 and will auto reload if zig or javascript changes.

About

Trying out game development in zig targeting the web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published