flyover / imgui-js

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

Using different branches of imgui? #20

Open delaneyj opened 4 years ago

delaneyj commented 4 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.