linc_imgui icon indicating copy to clipboard operation
linc_imgui copied to clipboard

Problems with latest cimgui

Open bwkam opened this issue 1 year ago • 1 comments

Hey, I tried updating cimgui a bit ago, but ran into problems with missing and broken definitions and types, most likely because of the changes in the cimgui JSON schemas. I had tried fixing them myself, but I can't wrap my head around the codebase, slightly advanced for me. I'm just asking if there are any plans to make linc_imgui run with latest ImGui? Thanks.

bwkam avatar Feb 19 '24 18:02 bwkam

I'm not actively using this library any more so I'm not planning on updating it myself (but would accept PRs if someone else were to). You might want to look at Jeremy's imgui library (https://github.com/jeremyfa/imgui-hx), it's based on this one but has been updated to also support the js target and might be working with newer imgui version.s

Aidan63 avatar Feb 20 '24 21:02 Aidan63