This is my collection of small example projects showcasing the Zig language, build system and ecosystem.
Simple Breakout clone using SDL3 for video, audio, input, etc. How quickly can you break all the bricks?
SDL's example Snake game, written in C, ported the Zig build system.
Draws a colorful hexagon to the screen using SDL3 and OpenGL.
Demonstrates how to compile a program consisting of a mix of C, C++ and Zig code.
Entered main.c
Hello from C!
Hello from C++!
Hello from Zig!
Leaving main.c