imgui-js
imgui-js copied to clipboard
JavaScript bindings for Dear ImGui using Emscripten and TypeScript
I want to display chinese,but AddFontFromMemoryTTF no effect
I imported the package as instructed in the README.md file, ```js import * as ImGui from 'imgui-js'; ``` but it gives the following error: ``` Cannot find module 'imgui-js' or...
  Sometimes the interface has problems (visible in the images), the color scheme starts screwed, the text is inverted, and sometimes imperceptible as if it assumed another font. I'm...
ImGui.GetIO().Framerate and ImGui.GetIO().WantCaptureMouse does not work
> [email protected] build E:\ImgGuiLearnSpace\imgui-js > make build-bind-imgui && npm run build-imgui process_begin: CreateProcess(NULL, uname, ...) failed. process_begin: CreateProcess(NULL, uname, ...) failed. mkdir -p build/imgui 命令语法不正确。 make: *** [build/imgui/imgui.bc] 错误 1...
I'd like to try the `docking` branch of imgui from typescript but don't know if that's possible via a config or something. Thanks!
Had this error on the demo page recently. Not exactly sure what triggered since I had a load of different things running. ``` imgui.ts:1320 Uncaught TypeError: this.native.SelectAll is not a...
Hello, Not an issue but a question. Sorry I am not very familiar with node. Built and ran the project example and everything works fine. I run the node example...
I am trying to display Emojis, and the Tribar character (U+2261, ≡) for a project that uses imgui-js. In traditional C++ Dear ImGui, that's how you would load a font...
The autogenerated bindings don't seem to container `ImDrawListSplitter`, which is required to port some imgui widgets. I tried to figure out the binding mechanism, but had no luck. Any help...