fips-libs / fips-cimgui

fipsified cimgui lib (C-bindings for Dear ImGui)
MIT License
3 stars 1 forks source link

Add extra branch to mirror cimgui's "docking_inter" branch #1

Open kathrindc opened 2 weeks ago

kathrindc commented 2 weeks ago

Hi there, I was wondering if it would be realistic to add support for ImGui's docking features to this repo. The upstream cimgui repository has a separate branch which uses ImGui's docking branch as a base. Would it be feasible to mirror this over here as well?

floooh commented 1 week ago

Yeah I think it's possible, just not with a branch but a separate git repo, e.g. this the docking version of the regular fips-imgui: https://github.com/fips-libs/fips-imgui-dock, which simply pins the imgui submodule to a docking tag.

IIRC when I created the fips-cimgui repository, the cimgui repo didn't have docking tags, but looks like it does now.

I can take care of that in the next days, will also create a new docking sample similar to https://floooh.github.io/sokol-html5/imgui-dock-sapp.html.