Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 199 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 199 Bytes

zig-bgfx-sdl2

Minimal zig project to get bgfx running with sdl2

SDL2 needs to be intalled on your system so that zig build can find it
To build and run:

zig build fetch
zig build run