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

New version of cimgui is available

Open damntourists opened this issue 4 months ago • 3 comments

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 avatar Feb 09 '24 23:02 damntourists

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! :)

damntourists avatar Feb 17 '24 19:02 damntourists

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

gabstv avatar Feb 21 '24 11:02 gabstv

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?

damntourists avatar Feb 21 '24 19:02 damntourists