Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 646 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 646 Bytes

SkiaSharp.Views.Godot

The SkiaSharp library view for the Godot game engine, that allows you to use power of SkiaSharp in Godot.

You can run the sample project using Godot Editor or running Godot executable file in the sample project directory.

Screenshots

Screenshot

Tasks

  • Iimplement the missing extension methods in the GDExtensions class;
  • Test working on Android, iOS, MacOS (now it tested on Windows and Linux);
  • Test on devices with different DPI's;
  • Make pull request to SkiaSharp repository after tasks completion.