Compile EGUI to Wasm Module #2130
felipetesc
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Yes, I was considering to create the bindings by myself. I just want some help to compile Egui for wasm. Before posting here I searched through the list of posts available, and I found this very interesting post #1324 . There is a link about imgui bindings for js. The project is this one: https://github.com/flyover/imgui-js Description summarizes: JavaScript bindings for Dear ImGui using Emscripten and TypeScript |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there! How can one proceed to compile all Egui library as wasm module to use it from JS/TS ? Accourdingly what was written here :https://github.com/flyover/imgui-js the first step is to create the wasm module, but I'm stuck about how to do that, can someone gimme some ideas ?
PS: I know about egui_web at https://crates.io/crates/egui_web. That's not what I want. I want to use TS to create the UI
Beta Was this translation helpful? Give feedback.
All reactions