-
Notifications
You must be signed in to change notification settings - Fork 25
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
Clean/Improve Graphics #37
Comments
One idea to (possibly) make the GUI faster (credits to @mosra for this idea):
Instead of the current:
To test if it is actually going to help.. |
Other ideas to improve rendering times (again credits to @mosra):
One more thing to check is the way I am plotting transparent objects (I have a feeling that I am wasting too much time there, even if we do not have any transparency). |
A first cleaning was done with #47... Another thing to investigate is the defines for the plugins; it should not be needed for newer versions of Magnum. |
I think the graphics do not need to be faster (graphics is not slowing us down, I think). But simpler is better for long-term maintenance. Also, we need maximum performance in no graphics mode. We usually do not care much in graphics mode (in the worst case, we record a video and play it at the right framerate). |
I agree that graphics should remain simple for long-term maintenance. However, we are more and more using cameras during the training, and more and more in video streams. So, faster graphics without overwhelming complexity would be welcome. (And I agree, max perf in no graphics mode is priority). |
I tend to agree with Antoine. I am planning to use the cameras quite a lot in the coming future and thus faster graphics would make my life easier. Of course, faster does not necessarily mean more complex.
I think we do not really add any serious overhead over plain DART, do we? |
The Magnum GUI is working well, but there remains to be a lot of cleaning and more features. In particular:
The text was updated successfully, but these errors were encountered: