gabstv / ebiten-imgui

Dear ImGui renderer for Ebitengine
MIT License
121 stars 18 forks source link

New version of cimgui is available #21

Open damntourists opened 6 months ago

damntourists commented 6 months ago

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 issue that I have also been dealing with.

https://github.com/AllenDang/cimgui-go/pull/241

thanks for your consideration!

damntourists commented 6 months ago

Just wanted to post an update that the latest commit on cimgui-go now includes access to ImNodes. https://github.com/AllenDang/cimgui-go/pull/244 and would be super awesome to have access to! :)

gabstv commented 6 months ago

Hello! I think I'll have time to look into it on this weekend.

damntourists commented 6 months ago

Hey there, before you start looking at this, let's put this on hold, or close it for now. I've actually moved onto putting together a new cimgui-go backend similar to https://github.com/AllenDang/cimgui-go/blob/main/glfw_backend.go which enables ebiten and controlling how the ui/game are composed together with additional features. If you don't mind, I'd like to use this repository as reference for dumping Imgui's draw commands, would that be okay with you?