TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ZigZag – A Zig game framework inspired by pico8 that runs on the web and native

1 pointsby ibebrett86over 2 years ago

1 comment

ibebrett86over 2 years ago
I am hacking up a minimalist game framework for zig that runs on the web and natively (without changing your code). It&#x27;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:&#x2F;&#x2F;ibebrett.github.io&#x2F;zigzag&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ibebrett.github.io&#x2F;zigzag&#x2F;</a><p>Upcoming features (in the next day or so) include mac&#x2F;linux support, audio, and potentially a fully native backend for windows (rather than using sdl).<p>More to come!