Releases: zwcloud/CairoSharp
Last revision for .NET 4.5
The final revision of CairoSharp for .NET 4.5 (compatible with mono 4.2).
fixed #4
#Platforms
Cairo only works on desktop platforms, and so does CarioSharp.
-
Desktop
-
Windows
Platform Supported Console Application Yes Winform Yes WPF Yes Universal Windows Platform (UWP) No -
Linux
Yes (tested for an older version).
-
macOS
Unknown, not tested. The former Mono.Cairo should work on macOS, so it is very likely that CairoSharp also works.
-
-
Mobile
-
Windows
Platform Supported Windows Phone 8.1 No Universal Windows Platform (UWP) No -
iOS
Unknown, not tested.
-
Android
Unknown, not tested.
Note
Cairo won't compile on UWP or Windows Phone platforms. Because cairo(native) and its dependencies use some c runtime functions and Win32 APIs that are incompatible with the Windows Runtime apps, such as GradientFill, which is desktop apps only.Note
The cairo-gl backend won't compile on all windows platforms:wglGetProcAddress
issue (2016 October),wglGetProcAddress
issue (2013 April) -