I am hacking up a minimalist game framework for zig that runs on the web and natively (without changing your code). It's heavily inspired by pico8 and would be great for 3 hour game jams (trijam) or just for learning some zig (my main motivation).<p>A little sample app can be found here:<p><a href="https://ibebrett.github.io/zigzag/" rel="nofollow">https://ibebrett.github.io/zigzag/</a><p>Upcoming features (in the next day or so) include mac/linux support, audio, and potentially a fully native backend for windows (rather than using sdl).<p>More to come!