NGraphics icon indicating copy to clipboard operation
NGraphics copied to clipboard

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

Open Emasoft opened this issue 10 years ago • 0 comments

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.

Emasoft avatar Feb 19 '15 23:02 Emasoft