Gnimuc / CImGui.jl

Julia wrapper for cimgui
https://github.com/cimgui/cimgui
MIT License
259 stars 25 forks source link

update to v1.80 #38

Closed yadmtr closed 3 years ago

yadmtr commented 3 years ago

cimgui now supports v1.80 (with tables), please update CImGui if possible.

And could you return to the docking support question, please.

Gnimuc commented 3 years ago

Sorry, I'm currently reworking Clang.jl and don't have much time on this.

sefffal commented 3 years ago

If I were to submit a PR to update CImGui_jll to the latest version, would that help? Or is the main challenge in updating the Julia bindings?

Gnimuc commented 3 years ago

updating the Julia bindings, since Clang.jl cannot handle forward decls correctly, we cannot regenerate those bindings by one click, that's exactly why I'm reworking Clang.jl.

sairus7 commented 3 years ago

Is there some workaround to show tables in 1.79 before 1.80 is added?