Aidan63 / linc_imgui

Haxe/hxcpp @:native bindings for Dear ImGui
MIT License
44 stars 7 forks source link

Problems with latest cimgui #11

Open bwkam opened 6 months ago

bwkam commented 6 months ago

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.

Aidan63 commented 6 months ago

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