Isaac Burns

Results 41 comments of Isaac Burns

Try it with e7b86a2e57f1b8f48f9b4d66940be64f8b9f9fa1. I've only tested on OSX, but it should also work for Windows.

Thanks for letting me know! Should be fixed in e4aeea79e8c30d03803aa7782b34ddaffe9e6939.

Thanks for the bug report. It kind of works now. Although, there is a limitation on Mac where it doesn't get the "keyup" event when the Cmd key is pressed,...

Before calling any ImGui functions, you need to initialize the WebAssembly module by calling ImGui.default() and wait for the promise to resolve.

Ah, I see. ImGui_Impl is packaged with it's own copy of ImGui, which hasn't been initialized. I will need to see if I can change the rollup config to use...

try enabling ALLOW_MEMORY_GROWTH in the Makefile https://github.com/flyover/imgui-js/blob/e7b86a2e57f1b8f48f9b4d66940be64f8b9f9fa1/Makefile#L53 you will need to rebuild the imgui binding ```$ make clean-bind-imgui; make build-bind-imgui```

Hmm, it doesn't look like there's any way to forward the characters selected from an IME into ImGui without using a text input or text area element. I suppose you...

I've added a JavaScript bindings project and ported the demo. https://github.com/flyover/nanovg-js

How about the Discord channel the Erin set up?