-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GTK views for Xamarin.Forms #1089
Conversation
This is because of mono not being installed. I could install it, but typically this is not available on normal dev boxes. So, to make things easier, just build on mac and linux.
Hello, |
I am hoping to push out a preview very soon. Just waiting on CI to go green. I'll post here again when it is out. |
I just pushed out a preview (1.68.2-preview.17) to the preview feed so you can try it out now. I just want to do a few more checks and then it will go to nuget.org. The preview feed is https://nugetized.blob.core.windows.net/skiasharp-eap/index.json |
Thanks, I appreciate it. I'll try it out as soon as possible. |
All was looking good, so I pushed out a preview to nuget.org. If there are any issues, just open a bug in the repo: https://www.nuget.org/packages/SkiaSharp/1.68.2-preview.17 |
Thanks again. Works great with my application and behaves as expected. Good work! |
Description of Change
Add some things to make GTK support better.
Bugs Fixed
API Changes
Added:
GTKExtensions
for conversions (Convert a : Gdk.Pixbuf <-> SKImage/SKSurfafe/SKBitmap/SKPicture for Gtk #555)SKCanvasViewRenderer
(need to investigate the scaling on this one)SKGLViewRenderer
(there is code but it is excluded as it seems to be falling over)Behavioral Changes
None.
PR Checklist