-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Windows key shortcut guide animation performance is choppy #198
Comments
I reference this on issue #853 as well. What API are we using to do the animation. |
have we looked at Composition APIs here? for Win10, these feel like the preferred APIs |
We are planning to do that as part of #156. The Composition APIs (which also allow for acrylic blur) are different from the Direct2D we are using now. Since we would need to rewrite most of the shortcut guide rendering code while dropping the SVG usage, we intend to move to these new APIs while we are at it. |
@bzoz, is there a doc anywhere with this plan? |
I don't think so. We have issues open with the features we want in the next version of the Shortcut Guide, but I don't think there is a single doc with all the things. |
Lemme create a larger item, we can close this one and account for it in that. I think we have existing items pull from a hardcoded list and then in the future make the list configurable. This way we can improve the experience in the short term but not get death by complex new setting menu :) |
Think we should do UX refresh and this at time time. |
We will not fix this in the current code base, the new SCG will use a complete new code base. |
The WKSG performance during the intro animation is really choppy. Especially on higher resolution monitors. We need to optimize this experience.
The text was updated successfully, but these errors were encountered: