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
710 stars 133 forks source link

Direct2D on Windows #16

Open grokys opened 9 years ago

grokys commented 9 years ago

I've noticed your Windows backend is currently using System.Drawing. Would it be possible to add a Direct2D backend also on standard Windows?