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

Great idea. Here are a couple of libraries you may find useful to study #1

Open Emasoft opened 9 years ago

Emasoft commented 9 years ago

A crossplatform vector rendering library for C# is something we really need.

This is a crossplatform SVG library that does some work in this direction, but still incomplete: https://github.com/vvvv/SVG

It uses System.Drawing, but you can use a iOS/OSX Coregraphics implementation of System.Drawing here:

https://github.com/mono/sysdrawing-coregraphics

Many things are still missing, but it's a start.