-
Notifications
You must be signed in to change notification settings - Fork 285
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
Rename osgDart to dart::gui::osg #651
Conversation
…osgdart Conflicts: CMakeLists.txt osgDart/CMakeLists.txt
I've moved OpenSceneGraph to be under the banner of There were also a few spots where If those changes seem reasonable, I think this is ready to merge. |
Looks good to me. Let's merge once this passes the ci tests. |
It seems the coverage rate has dropped as we added Also, I realized that |
It's a tricky decision. The nice thing about them being nested is that they will be conditionally compiled. They critically depend on OpenSceneGraph, and being nested the way they are makes it trivial for them to be ignored whenever OpenSceneGraph is unavailable. I suppose we could do this: rename
I genuinely don't know how to design meaningful unit tests for GUIs, so I don't know what to do about this either. |
The plan sounds good. Speaking of which, we could apply this for tests. In this case, I would prefer to have subdirectories per module (while keeping the core tests where they are) since we would add tests for modules and they would need similar conditional compilation too. |
That sounds good to me as well. |
This is the first round for reorganizing DART packages with components as discussed in #477.
This pull request includes #631. See this to see only the changes made after #631.