WebGui
WebGui copied to clipboard
Was it hard to create this?
Hey, hope this question reaches you and that you have time to answer.
I was wondering was it hard to create WebGui? I would like to use imgui with the programming language odin with WASM. But I kind of have a habbit to start new projects so I'm not sure if I should start this...
No, it's not that hard to create this.
Actually this project is kind of old, and there are now backends in the Dear ImGui codebase to do WebGL rendering.
I'm not sure about odin though.
Would you say because it is WASM based, it could be more performant than a pure javascript based imgui implementation like flyover's imgui-js?