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

Request to provide example for using IMGUI with VTK 8.1 #2182

Closed
pdhahn opened this issue Nov 12, 2018 · 2 comments
Closed

Request to provide example for using IMGUI with VTK 8.1 #2182

pdhahn opened this issue Nov 12, 2018 · 2 comments
Labels

Comments

@pdhahn
Copy link

pdhahn commented Nov 12, 2018


Version/Branch of Dear ImGui:

XXX

Back-end file/Renderer/OS: (or specify if you are using a custom engine back-end)

Back-ends: imgui_impl_XXX.cpp + imgui_impl_XXX.cpp
OS: XXX
Compiler: XXX (if the question is related to building)

My Issue/Question: (please provide context)

Please provide an example that uses IMGUI with VTK, preferably version 8.1 of VTK.

Standalone, minimal, complete and verifiable example: (see CONTRIBUTING.md)

ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();

Screenshots/Video (you can drag files here)

@ocornut
Copy link
Owner

ocornut commented Nov 12, 2018

Sorry I am not able to develop and maintain sample on demand for less known frameworks.
Users of VTK can create this example and it'll be linked from the homepage and wiki.

@ocornut ocornut closed this as completed Nov 12, 2018
@jspanchu
Copy link

Example implementation files and usage here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants