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
- Host: GitHub
- URL: https://github.com/menduz/zig-imgui-wasm
- Owner: menduz
- License: apache-2.0
- Created: 2023-06-01T01:01:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T03:10:56.000Z (10 months ago)
- Last Synced: 2025-03-27T14:53:39.112Z (9 months ago)
- Language: C++
- Homepage: https://menduz.github.io/zig-imgui-wasm/web/
- Size: 8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```