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

No ImDrawListSplitter in bindings #46

Open aniongithub opened 2 years ago

aniongithub commented 2 years ago

The autogenerated bindings don't seem to container ImDrawListSplitter, which is required to port some imgui widgets.

I tried to figure out the binding mechanism, but had no luck. Any help would be much appreciated!