Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I install ImGui with docking? #18609

Closed
mises-games opened this issue Jun 23, 2021 · 5 comments
Closed

How do I install ImGui with docking? #18609

mises-games opened this issue Jun 23, 2021 · 5 comments
Assignees
Labels
category:question This issue is a question

Comments

@mises-games
Copy link

No description provided.

@JonLiu1993 JonLiu1993 self-assigned this Jun 24, 2021
@JonLiu1993 JonLiu1993 added the category:question This issue is a question label Jun 24, 2021
@JonLiu1993 JonLiu1993 assigned NancyLi1013 and unassigned JonLiu1993 Jun 24, 2021
@NancyLi1013
Copy link
Contributor

Hi @mises-games

Thanks for posting this issue.

Currently, docking branch is still in testing. ocornut/imgui#2109

We add a feature docking-experimental in vcpkg. So you can install it via vcpkg install imgui[docking-experimental].

@NancyLi1013
Copy link
Contributor

Closing this issue for now since there is no active thread for a long time. Please feel free to reopen this issue if it is still a problem for you.

@Jehudme
Copy link

Jehudme commented May 10, 2024

How can I do it from vcpk.json file?

@ylvgn
Copy link

ylvgn commented Sep 9, 2024

How can I do it from vcpk.json file?

vcpkg.json

{
  "dependencies": [
	{
		"name": "imgui",
		"features": ["docking-experimental"]
	}
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

6 participants
@NancyLi1013 @JonLiu1993 @mises-games @ylvgn @Jehudme and others