Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```