/wrinkles2

Sample to use sokol-zig bindings with Dear ImGui

Primary LanguageZigMIT LicenseMIT

sokol-zig-imgui-sample

build

Sample project for using Dear ImGui with the Sokol Zig bindings.

On macOS, Windows and Linux just run:

zig build run

To build and run the web version:

zig build --release=small -Dtarget=wasm32-emscripten run