ZigZag – A Zig game framework inspired by pico8 that runs on the web and native
1–2 of 2 posts
Re: ZigZag – A Zig game framework inspired by pico8 that runs on the web and native
#2I 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).
A little sample app can be found here:
https://ibebrett.github.io/zigzag/
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).
More to come!