picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.69k stars 334 forks source link

Enhancement: Allow Direct2D in WPF Platform #425

Open jjxtra opened 8 years ago

jjxtra commented 8 years ago

It would be nice to allow the WPF Platform to use Direct2D instead of WPF for paint events. As I don't know how involved this is, I'm happy to help out if this seems like a good idea.

http://www.codeproject.com/Articles/113991/Using-Direct2D-with-WPF

cwensley commented 8 years ago

Yes this is a great idea and I'd love to get support for it. It should be doable, though integrating Direct2D with WPF might have a few challenges. At the very least we could do it similarly to the (incomplete) WinRT platform, but ideally something more like the link you posted would be ideal.

cwensley commented 7 years ago

As mentioned in #619, this will be needed before #627 is implemented.