-
Notifications
You must be signed in to change notification settings - Fork 34
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
Move UI Code to the Engine #594
Conversation
|
12e9cee
to
4a79a6b
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #594 +/- ##
==========================================
+ Coverage 26.92% 29.71% +2.79%
==========================================
Files 89 86 -3
Lines 6797 6158 -639
==========================================
Hits 1830 1830
+ Misses 4967 4328 -639 ☔ View full report in Codecov by Sentry. |
I think the imgui dependency should be moved entirely to the engine side, under the imgui plugin. Whats your opinion on that? Its not as if we're wrapping it in the core. |
That will be my next commit |
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.
clang-tidy
found issue(s) with the introduced code (1/1)
No clang-tidy warnings found so I assume my comments were addressed
I assume this is no longer draft? |
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.
Good work! Just needs some naming/styling changes.
1c9ecb9
to
4d773d6
Compare
No description provided.