jimgui icon indicating copy to clipboard operation
jimgui copied to clipboard

:sparkling_heart: Pure Java binding for dear-imgui

Results 10 jimgui issues
Sort by recently updated
recently updated
newest added

When trying to use this in with LibGDX, it's impossible to get it rendering inside of the main window. - Using `JImGui(Gdx.graphics.width, Gdx.graphics.height, JImFontAtlas(), "", (Gdx.graphics as Lwjgl3Graphics).window.windowHandle)` results in...

Per [request](https://github.com/ice1000/jimgui/issues/47#issuecomment-771999847) I'm opening a new issue on this. Font loading procedures take ranges of glyphs to load. The problem is that the API does not provide a way to...

enhancement

These are not imgui specific. Some of these features would be very useful to have for the main window created by jimgui. - [ ] Ability to disable/enable window maximize...

enhancement

+ [ ] https://github.com/ocornut/imgui/blob/71cc636696bd17c81514da49707e909958c14632/imgui.h#L677-L686 + [x] https://github.com/ocornut/imgui/blob/eb7849b477ff96d8d0cc9f2f4a304b5fc0f3ac1a/imgui.h#L731 + [x] https://github.com/ocornut/imgui/blob/eb7849b477ff96d8d0cc9f2f4a304b5fc0f3ac1a/imgui.h#L1358-L1359 + [ ] https://github.com/ocornut/imgui/blob/eb7849b477ff96d8d0cc9f2f4a304b5fc0f3ac1a/imgui.h#L1936-L1938 + [ ] https://github.com/ocornut/imgui/blob/eb7849b477ff96d8d0cc9f2f4a304b5fc0f3ac1a/imgui.h#L2000 + [ ] https://github.com/ocornut/imgui/blob/eb7849b477ff96d8d0cc9f2f4a304b5fc0f3ac1a/imgui.h#L2014-L2020 + [ ] https://github.com/ocornut/imgui/blob/eb7849b477ff96d8d0cc9f2f4a304b5fc0f3ac1a/imgui.h#L2024-L2036 + [X] https://github.com/ocornut/imgui/blob/eb7849b477ff96d8d0cc9f2f4a304b5fc0f3ac1a/imgui.h#L2102 +...

Currently, this binding is tightly coupled with a window creation/rendering implementation for each OS, which is different to the library's original design: >It outputs optimized vertex buffers that you can...

enhancement

I'm working on porting [an app](https://github.com/thecodewarrior/Bitfont) from the (frankly shoddy) [Kotlin ImGui port](https://github.com/kotlin-graphics/imgui), and while overall the change has been a positive one (if painful), I've run into a couple...

good first issue
question

I would like to expose JImGuiGen methods that are private / protected which take native parameter. After a bit of work and work around/efficiencies and nothing really great in terms...

enhancement
good first issue

Hello, I'm trying to use my own GLFW window to draw Jimgui instead of the default one it creates, however I keep getting errors and crashing, perhaps a bug or...

question

Since 15 Feb 2022 build for ImGuiFileDialog is broken for macOS after changing `build.gradle.kts` line 147 to 162, so that commits from 20 Jan are used: * commit 87cd5def54ac0cc2952df63d98a8dbbae714e88d for...