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

Linux Support #15

Open grokys opened 9 years ago

grokys commented 9 years ago

The Perspex project (https://github.com/grokys/Perspex/) are interested in maybe replacing our drawing abstractions with NGraphics, as it seems like you're doing a really good job! However, what do you think about Linux support? Linux is a platform we'd definitely like to support, however we're having a lot of troubles with Cairo.

Would you be interested in a Linux backend? Would it even be possible?