tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Integrate SkiaSharp #182

Open tzachshabtay opened 6 years ago

tzachshabtay commented 6 years ago

We might be able to replace GDI+ with SkiaSharp which in theory offers the following benefits:

  1. should hopefully help with this bug: https://bugzilla.xamarin.com/show_bug.cgi?id=44173
  2. will allow us to use their APIs for cool native drawing support for #27
  3. will allow us to use the SVG extensions for supporting #84
  4. we might be able to share code for text rendering between platforms
  5. will allow us to use the font-awesome extensions for adding nice icons to the editor without much effort
  6. Kimono designer might generate code which will be able to put in MonoAGS.