Sunday, April 24, 2016

SkiaSharp: Cross-Platform 2D Graphics



Cross-Platform 2D Graphics with SkiaSharp | Xamarin Blog
"SkiaSharp, a cross-platform, high-performance 2D API for .NET developers available across mobile, desktops, and servers.
...

SkiaSharp provides a powerful C# API for doing 2D graphics powered by Google’s Skia library, the same library that powers Google Chrome, Firefox, and Android’s graphic stacks."
...
Skia gives us the same graphics output across all platforms, is actively maintained, and offers great features not found elsewhere, like filters and hardware accelerated graphics."

Given that .NET core does not yet have portable graphics library, and that Xamarin is now part of Microsoft, it could very well be that another part of Chrome browsers (besides of V8 JavaScript engine that is part of Node.js used in Visual Studio etc) can become part of Microsoft toolset.
That may in fact be very good solution, like Google's PDFium PDF rendering library is. 
Embrace and collaborate.

There are many more GUI tools portable across platforms, i.e. 
"Qt runs on Android, iOS, Windows Phone, Windows RT, BlackBerry10 and Sailfish"

No comments:

Post a Comment