Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 470 Bytes

OpenGL (SDL)

Creates a window using SDL3, then draws to it using OpenGL bindings generated by zigglgen.

Uses the castholm/SDL Zig package, which builds SDL3 from source using the Zig build system.

Preview

Building

Requires Zig 0.12.1, 0.13.0 or 0.14.0-dev (master).

zig build run