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

https://github.com/menduz/zig-imgui-wasm

Dear Imgui compiled to freestanding wasm using zig and WebGL
https://github.com/menduz/zig-imgui-wasm

Last synced: 3 months ago
JSON representation

Dear Imgui compiled to freestanding wasm using zig and WebGL

Awesome Lists containing this project

README

          

# Small example of Zig + WASM + CPP + WebGL2

This project compiles cimgui using the zig toolchain, then linkes it with
a thin WebGL2 renderer.

To run it locally, use the `master` zig branch. Then run

```bash
npm install
make build
```

To preview locally, run

```bash
npm install
make start
```