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

Support for WinRT? #6

Closed thomaslevesque closed 9 years ago

thomaslevesque commented 9 years ago

This lib looks great, but it seems to be missing support for WinRT... System.Drawing is only available in the full desktop framework. Do you intend to support Windows Phone / Windows Store / Universal apps as well?

praeclarum commented 9 years ago

I do intend to and was hoping to wait for Microsoft to announce how Windows Unified is going to work.

thomaslevesque commented 9 years ago

I guess that makes sense; no point in doing the work twice...

chrfalch commented 9 years ago

Since Windows Phone 8/8.1 might be around for a while, maybe it would be interesting to investigate implementing these platforms?