Gnimuc / CImGui.jl

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

Demo examples working #61

Closed sairus7 closed 3 years ago

sairus7 commented 3 years ago

I've managed to change moludes and methods naming to make examples working.

However, I did mostly monkey-coding by comparing new backend packages to old ones, and there are comment-out lines I don't know how to rewrite, but demo seems to work without them.

Notice that examples/custom_callback.jl is not included anywhere, so I did not test it.

Also, maybe we should rewrite one of the examples/demo.jl or demo/demo.jl to use examples/Renderer.jl.

sairus7 commented 3 years ago

closes #60

Gnimuc commented 3 years ago

Thanks! I'll do some clean-up work in another PR if I can find some time.