Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 243 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 243 Bytes

SDL2 Zig Demo

Here's a basic window with SDL2 in Zig.

screenshot

How to build and run it

zig build run

Cross-Compiling

Pass a -Dtarget option. For example:

zig build -Dtarget=x86_64-windows