Skip to content
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

Add a compositor thread to WPF #133

Open
kevingosse opened this issue Dec 8, 2018 · 0 comments
Open

Add a compositor thread to WPF #133

kevingosse opened this issue Dec 8, 2018 · 0 comments
Labels
Enhancement Requested Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@kevingosse
Copy link

kevingosse commented Dec 8, 2018

Today it's incredibly hard to make smooth animations in WPF. And kind of computation done on the UI thread will make the animation jerky.

Both Silverlight and UWP have a compositor thread: a thread dedicated to rendering operations that can work concurrently with the UI thread. It's capable only of simple animations (translation, rotation, transparency...) that do not affect the overall layout (and so do not require a recomputation of the logical tree). I believe this would be a great addition to WPF.

@amit-kabra amit-kabra added the Enhancement Requested Product code improvement that does NOT require public API changes/additions label Dec 8, 2018
@rladuca rladuca added this to the Future milestone Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Requested Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

3 participants