zig-sdl3-bindings
Installation
SKILL.md
Zig SDL3 Bindings Reference
This skill covers Zig bindings for the SDL3 multimedia library. Use for cross-platform game development, graphics, audio, and input handling.
Capability Boundaries
✅ Strong Suits
- Cross-platform window management and event handling
- 2D/3D rendering and GPU compute
- Audio streams and gamepad input
- File system and networking
- Zig-specific binding patterns (try/catch, defer, allocator integration)
⚠️ Requirements
- Requires SDL3 native library (installed via system package manager or compiled)
- Requires zig-sdl3 dependency