-
Notifications
You must be signed in to change notification settings - Fork 0
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
Graphics/imgui #47
Graphics/imgui #47
Conversation
Clang-format everything first |
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.
Looks good, code is getting much cleaner. Other than the review comments, here are a couple little things I'd like changed
The functionRefactoring #50Mesh::generate_mesh
is 161 LOC, with a cyclomatic complexity of 21. Most linters warn when you get to 10. It would be good to refactor that function into multiple smaller ones.ui::imguiTest
is too long. While it isn't complex, its hard to follow. Would be nicer if you broke it up into multiple functions.
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.
LGTFM
No description provided.