-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Add ImGui support #1077
Add ImGui support #1077
Conversation
a8aac1c
to
3f8eb1d
Compare
035c6b6
to
89b9ccd
Compare
182a458
to
5e2f503
Compare
Current status: imguidemo.mp4 |
testing/baselines/TestInteractionNoFileCheatsheetRaytracing.png
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1077 +/- ##
==========================================
- Coverage 96.97% 95.69% -1.29%
==========================================
Files 110 118 +8
Lines 8872 9319 +447
==========================================
+ Hits 8604 8918 +314
- Misses 268 401 +133 ☔ View full report in Codecov by Sentry. |
261d012
to
eab1966
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some changes needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small changes needed, also I still think that doing the superbuild work in advance would be worth it to avoid nightly disruption
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 year after PR creation, nice :)
Add a new
F3D_MODULE_UI
enabling rendering UI widgets usingImGui
.Only the core library of imgui is used and a home-made VTK backend is included in this PR.
For now, only the filename widget is ported to this new framework.