Some Libraries I've worked on:
- seizer -- Cross platform Zig library for obtaining a rendering context and loading assets
- zig-tzif -- A library for reading TZif Timezone database files
- zig-ulid -- A library for encoding and decoding ULIDs
- zigmath -- Video game math library for Zig, built for use with seizer
- zig-jwt -- JSON Web Tokens for Zig
- Blockstacker -- A collaboration with desttinghim to make a clone of the popular blockstacking game
- Hexagonal Chess -- A multiplayer implementation of Gliński's hexagonal chess
- 2021 7 Day Roguelike -- A game I worked on for the 2021 7 Day Roguelike Challenge, mainly used to split seizer into it's own library
- Snake Game -- A snake game, but this time the snake doesn't stick to a grid
- Game of Life -- Conway's Game of Life implemented with Zig, WASM, and Canvas API