Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 962 Bytes

File metadata and controls

43 lines (28 loc) · 962 Bytes

Zig example projects

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?

Preview

SDL's example Snake game, written in C, ported the Zig build system.

Preview

Draws a colorful hexagon to the screen using SDL3 and OpenGL.

Preview

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