praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
705 stars 133 forks source link

Win2D for UWP, and DirectX for .NET Framework #119

Open WinInsider opened 3 years ago

WinInsider commented 3 years ago

Hello,

Thank you for the comprehensive cross-platform 2D Graphics library...

What was a driving motivation for not selecting Win2D as the API for UWP Platform? As Win2D is native to UWP. Win2D API is very similar to API of SharpDX.

Also, SharpDX (DirectX) could be used for ".NET" (Full .NET Framework), instead of "System.Drawing".