-
Notifications
You must be signed in to change notification settings - Fork 2
enable antialiasing for the tracking view #26
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
Conversation
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.
LGTM not 100% sure but there may be some issues with the installers with the "useOpenGL" flag set to true if we are removing the necessary dlls to use it.
ok, I'll sit on this for a bit and see if the installers work |
@silverjam What I suspected was correct. Seems like the mac and linux installers are bricked doing this:
|
I get that too, but everything still launches correctly. |
I tried the Windows installer on the benchmark machine, it seemed to work fine, but running the macOS installer failed with an unrelated error:
|
I will create a ticket for the mac installer issue https://swift-nav.atlassian.net/browse/CPP-92
|
setting "antialiasing" on the chart gets rid of the jagged / tearing artifacts I was seeing on my machine
setting the useOpenGL property reduces CPU usage from 2-3% to 0.5-1% on my machine