# sdl-zig-demo **Repository Path**: mirrors_kripken/sdl-zig-demo ## Basic Information - **Project Name**: sdl-zig-demo - **Description**: SDL2 hello world in zig - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-27 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SDL2 Zig Demo Here's a basic window with SDL2 in Zig. ![screenshot](screenshot.png) ## How to build and run it ``` zig build run ```