
GitHub - ikskuh/SDL.zig: A shallow wrapper around SDL that …
A Zig package that provides you with the means to link SDL2 to your project, as well as a Zig-infused header implementation (allows you to not have the SDL2 headers on your system and …
GitHub - andrewrk/sdl-zig-demo: SDL2 hello world in zig
Here's a basic window with SDL2 in Zig. Pass a -Dtarget option. For example: SDL2 hello world in zig. Contribute to andrewrk/sdl-zig-demo development by creating an account on GitHub.
Gota7/zig-sdl3: Zig wrapper for SDL3. - GitHub
SDL3 is compatible with many different platforms, making it the perfect library to pair with zig. Some advantages of SDL3 include windowing, audio, gamepad, keyboard, mouse, rendering, …
SDL3 ported to the Zig build system (with example games)
Dec 31, 2024 · Simple Breakout clone using SDL3 for video, audio, input, etc. Demonstrates how to @cImport, initialize and use SDL3 from Zig code. SDL’s example Snake game, written in C, …
sdl - Zig
Wraps SDL2 into a nice and cozy zig-style API.
Zig for gamedev? : r/Zig - Reddit
Apr 15, 2023 · SDL Bindings: https://github.com/MasterQ32/SDL.zig. Two game frameworks in the making: https://github.com/michal-z/zig-gamedev & https://github.com/hexops/mach. Plus …
How to use C library in Zig's package manager - Help - Ziggit
Dec 7, 2024 · Hey, I just learned that I can use non-zig projects in Zig’s package manager, which is cool as hell, but I’m struggling to figure out how to use it with SDL3. I ran this command to …
SDL built on Zig but its in sync with official repository. : r/Zig - Reddit
Jun 1, 2024 · TLDR is that I am planning to maintain a version of SDL (initially forked from Andrew) in sync with latest releases of SDL. Both the latest Zig version and latest SDL version …
sdl-zig-demo (https://github.com/andrewrk/sdl-zig-demo) made …
const zig_texture = c.SDL_CreateTextureFromSurface(renderer, zig_surface) orelse {c.SDL_Log("Unable to create texture from surface: %s", c.SDL_GetError()); return …
fn3x/SDL-zig: SDL ported to the Zig build system - GitHub
This is a port of SDL to the Zig build system, packaged for the Zig package manager.
- Some results have been removed