Minor sokol-zig update: @nurpax has contributed a bindings PR and new Zig sample for the sokol_framebuffer.h header. This basically lets you do VGA Mode13h style CPU rendering with just a few lines of zig code.

To run the new sample (on macOS, Linux or Windows):

git clone https://github.com/floooh/sokol-zig && cd sokol-zig
zig build run-framebuffer
Screenshot 2026-08-01 at 12.22.53

Screenshot 2026-08-01 at 12.22.531288×1030 31.8 KB

Source code:

Many thanks @nurpax !