# How can I intergrate Imgui with docking into cinder?

**URL:** https://discourse.libcinder.org/t/how-can-i-intergrate-imgui-with-docking-into-cinder/2010
**Category:** Uncategorized
**Created:** [June 3, 2022, 4:04pm UTC](https://discourse.libcinder.org/t/how-can-i-intergrate-imgui-with-docking-into-cinder/2010 "2022-06-03T16:04:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cosmos](https://avatars.discourse-cdn.com/v4/letter/c/dec6dc/32.png) [@cosmos](https://discourse.libcinder.org/u/cosmos)
#### Post date: [June 3, 2022, 4:04pm UTC](https://discourse.libcinder.org/t/how-can-i-intergrate-imgui-with-docking-into-cinder/2010/1 "2022-06-03T16:04:20Z")

</div>

I am having a task to build Cinder from source.

I have to use Imgui docking in the project.  
I did compile the project at first by

1. going into folder Cinder/proj/vc2019/
2. I start the cinder.sln with visual studio 2019
3. Build \> Build Solution
4. I did it for Debug and Release

Than I did go into  
Cinder\samples\BasicApp\vc2019  
Changed and was able to get imgui window.

But I have to use docker version so…  
I replaced  
C:\Users???\Documents\GitHub\R\_Task\Cinder\include\imgui  
C:\Users???\Documents\GitHub\R\_Task\Cinder\src\imgui  
C:\Users???\Documents\GitHub\R\_Task\Cinder\src\cinder  
C:\Users???\Documents\GitHub\R\_Task\Cinder\include\cinder

With file at

> **[GitHub - ocornut/imgui at docking](https://github.com/ocornut/imgui/tree/docking)**
>
> docking

> **[GitHub - simongeilfus/Cinder-ImGui: Dear ImGui Renderer/Wrapper for Cinder](https://github.com/simongeilfus/Cinder-ImGui)**
>
> Dear ImGui Renderer/Wrapper for Cinder. Contribute to simongeilfus/Cinder-ImGui development by creating an account on GitHub.

but they seem incompatible.  
I tired to resolve the issue by commenting parts of the code, and even was able to build the thing, but example stoped working.

How would you doing this things on windows, using visual studio 2019?

Thanks for any ideas or help. In which direction to.

---

<div class="post-metadata">

### Author: ![gabor\_papp](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.libcinder.org/gabor_papp/32/769_2.png) [@gabor\_papp](https://discourse.libcinder.org/u/gabor_papp)
#### Post date: [June 4, 2022, 2:53pm UTC](https://discourse.libcinder.org/t/how-can-i-intergrate-imgui-with-docking-into-cinder/2010/2 "2022-06-04T14:53:02Z")

</div>

Check out the github discussion on the imgui docking branch:

> **[Issues · cinder/Cinder](https://github.com/cinder/Cinder/issues?q=docking)**
>
> Cinder is a community-developed, free and open source library for professional-quality creative coding in C++. - Issues · cinder/Cinder
