ebiten-imgui icon indicating copy to clipboard operation
ebiten-imgui copied to clipboard

Dear ImGui renderer for Ebitengine

Results 5 ebiten-imgui issues
Sort by recently updated
recently updated
newest added

After crawling through all the examples and source code for this project and the imgui-go project I finally stumbled upon the secret sauce to get the window to have the...

- [ ] Handle copy + paste - [ ] Handle text input with modifiers

good first issue

renderer.New method requires an parameter of type *imgui.FontAtlas. How do I create this *imgui.FontAtlas object and assign it to renderer.New method? I don't know how to create imgui.FontAtlas, imgui.CurrentIO().Fonts() returns...

Hi there, I was curious if we could get this merged with the upstream repo? The following resolves an issue that is currently causing panic when building font ranges, an...