microsoft / Win2D

Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing apps for the Windows Universal Platform (UWP). It utilizes the power of Direct2D, and integrates seamlessly with XAML and CoreWindow.
http://microsoft.github.io/Win2D
Other
1.8k stars 284 forks source link

Win2d reimplementation on cppwinrt - any improvement suggestions, ideas, arch. changes #802

Open mediabuff opened 3 years ago

mediabuff commented 3 years ago

All, working on Win2d reimplementation on cppwinrt

any improvement suggestions, ideas, arch. changes, API surface, 3D integration, performance etc ..

any other 2D lib to base changes ?

jtorjo commented 3 years ago

Do you mean you're making it available on WinUI3 Desktop?

mediabuff commented 3 years ago

Yes, one example. But also Wpf, Win32 apps etc.

jtorjo commented 3 years ago

@mediabuff I'd love to hear about your progress - I know I wanted to do this a while ago, but gave it up due to lack of time.