flyover / imgui-js

JavaScript bindings for Dear ImGui using Emscripten and TypeScript
https://flyover.github.io/imgui-js/example/
MIT License
962 stars 103 forks source link

Using different branches of imgui? #20

Open delaneyj opened 5 years ago

delaneyj commented 5 years ago

I'd like to try the docking branch of imgui from typescript but don't know if that's possible via a config or something.

Thanks!

sh54 commented 3 years ago

It needs additional bindings so it is a bit more to it than config. I had the same issue so I added them to my own fork. See my docking branch.

mwindowshz commented 1 month ago

It needs additional bindings so it is a bit more to it than config. I had the same issue so I added them to my own fork. See my docking branch.

Hi I tired using your git branch git clone git checkout docking then call make and make start-example-html

but the example does not show docking? is there somthing needed to add to code? Thanks.