HumbleUI / Skija

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

fix #6: Upgrade LWJGL to 3.3.1 #37

Closed Glavo closed 1 year ago

Glavo commented 1 year ago

Upgrade LWJGL to allow run LWJGL examples on the Apple Silicon machine.

image

tonsky commented 1 year ago

Thanks!

tonsky commented 1 year ago

Do you get shader compilation errors on SVG Tiger and other scenes?

Screenshot 2022-12-29 at 13 23 39 Screenshot 2022-12-29 at 13 23 34
Glavo commented 1 year ago

@tonsky I tried to run the lwjgl example and got the same error.

Even if I use Rosetta 2 to run the example on x64 Java, this error still occurs.

I have no idea about this problem, so I can't find out the cause of the problem.

tonsky commented 1 year ago

Yeah, no worries, probably something in Skia sources or GL version. I just wanted to confirm that I’m not the only one