Skip to content

floooh/sokol-zig-imgui-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sokol-zig-imgui-sample

build

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

Note

requires zig 0.17.0-dev (as of 0.17.0-dev.1252)

On macOS, Windows and Linux just run:

zig build run

To build and run the web version:

First install a local Emscripten SDK into ./zig-pkg/:

zig build install-emsdk

Then build and run for target wasm32-emscripten:

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

...or for the Dear ImGui docking branch:

zig build -Ddocking run

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

About

Sample to use sokol-zig bindings with Dear ImGui

Resources

License

Stars

72 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages