-
**Version/Branch of Dear ImGui:**
Version: Dear ImGui 1.74 WIP (17301)
Branch: master
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_sdl.cpp imgui_impl_opengl3.cpp
Compiler: gcc 8.…
-
With the 'new' virtual keyboard there is no transparency so it is impossible to see what is beeing typed when using it
-
The project with description: https://github.com/snuk182/nuklear-backend-wgpurs .
-
Feel free to make a PR to the [Nuklear repo](https://github.com/Immediate-Mode-UI/Nuklear ) adding a link to this *V* bindings endeavor. I'll happily merge it. If you think it's not the time yet, then…
-
So I've been reworking the makefile a little so that a more portable library is spat out (ie doesn't need to be installed) and since lua doesn't compile a shared library of any kind I had to link stat…
-
When compiling to wasm with optimizations i get `wasm trap: i32.truncUFloat overflow` (with -s BINARYEN_METHOD='interpret-binary') or `RuntimeError: integer result unrepresentable` (native chrome) err…
Deins updated
4 years ago
-
If I have a combo box in a pop-up window, it will crash when I click on the combo box. The assertion is in the line NK_ASSERT(!(panel->type & NK_PANEL_SET_POPUP)); in the function nk_nonblock_begin (l…
-
**[Original report](https://bitbucket.org/rude/love/issue/1238) by Landon “Karai” Manning (Bitbucket: [karai17](https://bitbucket.org/karai17), GitHub: [karai17](https://github.com/karai17)).**
-----…
-
cmd.c and debug_report_callback make use of the return value of lua_rawgeti, which returns void in above implementations
-
I tried to run wayland demo but it segfaults on line 342 in main.c `nk_wayland_ctx.shell_surface = wl_shell_get_shell_surface (nk_wayland_ctx.shell, nk_wayland_ctx.surface);`
Running this on Ubuntu…