zhobo63 / imgui-ts

JavaScript bindings for Dear ImGui using Emscripten and TypeScript, modularized with webpack
MIT License
32 stars 6 forks source link

Is there a way to use imgui's docking branch? #5

Open Traveller23 opened 9 months ago

Traveller23 commented 9 months ago

Can I replace some files in the imgui-ts/imgui directory for the purpose of switching imgui's branch? If not, what should I do? Is it possible to do this efficiently?

zhobo63 commented 1 month ago

if replace files in the imgui-ts/imgui, you need to modify imgui\embind\bind-imgui.cpp, bind-imgui.d.ts bind-imgui.js and recompile WASM with emscripten