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

Allow multiple instances of ImGui #53

Closed
wants to merge 7 commits into from

Conversation

jordiexvision
Copy link
Contributor

Added some fixes to allow multiple instances of ImGui in the same application. For example, when opening several instances of the same application in different windows.
The current code works for me, but not sure if I'm breaking things here.
Please check.

Thank you for the addon!

ocornut/imgui#586

@moebiussurfing
Copy link

moebiussurfing commented Aug 8, 2019

hey @jordiexvision , this is working now?
I am looking for the same thing, to use more than one instance in some classes...

EDIT: I tested the PR branch but is getting some conflicts with theme/styling

@moebiussurfing
Copy link

hey @jordiexvision, just in case you still needing this:
I got it work with this branch:
#91

@moebiussurfing
Copy link

Added some fixes to allow multiple instances of ImGui in the same application. For example, when opening several instances of the same application in different windows.
The current code works for me, but not sure if I'm breaking things here.
Please check.

Thank you for the addon!

ocornut/imgui#586

hey @jordiexvision ,
are you using this updates into the up to date repo?
I am having crashes on exit when using more than one instance.
I think this is really helpful

@Daandelange Daandelange added the legacy-version For issues releated to the older legacy code, before all the refactorings in the develop branch. label Jul 28, 2024
@Daandelange
Copy link
Collaborator

I'm closing this PR as it's been supported in the develop branch for a while. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy-version For issues releated to the older legacy code, before all the refactorings in the develop branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants