Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T17:28:38.000Z (5 months ago)
- Last Synced: 2024-12-21T18:42:43.024Z (25 days ago)
- Topics: gui, imgui, implot, sokol, wasm, zig
- Language: Objective-C
- Homepage:
- Size: 508 KB
- Stars: 3
- 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.13.0-dev.274+c0da92f71. 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
```