HumbleUI / Skija

Java bindings for Skia
Apache License 2.0
498 stars 34 forks source link

Basic linux arm64 support #44

Closed Glavo closed 1 year ago

Glavo commented 1 year ago

I have cross-compiled the linux arm64 platform jar on the linux x86-64 device, and successfully run the lwjgl and bitmap examples with the cross-compiled jar.

But I haven't built it with GitHub Action yet, because it depends on https://github.com/HumbleUI/SkiaBuild/pull/5.

Glavo commented 1 year ago

It works! I downloaded my first linux arm64 platform jar built by GitHub Action from here and ran the example.

image image

Glavo commented 1 year ago

This PR has been completed and is ready for review.

tonsky commented 1 year ago

Published 0.109.2. Thanks for getting all this in place!