https://github.com/fjebaker/zig-sokol-imgui-wasm
A floooh/sokol module with example app using ImGui and ImPlot that can compile to WASM.
https://github.com/fjebaker/zig-sokol-imgui-wasm
gui imgui implot sokol wasm zig
Last synced: about 1 year ago
JSON representation
A floooh/sokol module with example app using ImGui and ImPlot that can compile to WASM.
- Host: GitHub
- URL: https://github.com/fjebaker/zig-sokol-imgui-wasm
- Owner: fjebaker
- License: gpl-3.0
- Created: 2024-05-28T23:26:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T09:24:26.000Z (over 1 year ago)
- Last Synced: 2025-04-14T09:22:37.951Z (about 1 year ago)
- Topics: gui, imgui, implot, sokol, wasm, zig
- Language: Zig
- Homepage:
- Size: 663 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A sokol ImGui + ImPlot example in Zig
Made with Zig 0.14.0-dev.2623+7aa95bc7f. Should work with a few versions either side of that quite alright.
```bash
zig build run
```
## WASM
View it live [here](https://fjebaker.github.io/zig-sokol-imgui-wasm/).
Build it yourself with:
```bash
zig build run -Dtarget=wasm32-emscripten
```