Hello, I am on windows 10 and have recently tried ...
# compose-desktop
m
Hello, I am on windows 10 and have recently tried integrating compose with lwjgl by following the experimental project at <https://github.com/JetBrains/compose-multiplatform/tree/master/experimental/lwjgl-integration> I have found that calling
DirectContext.makeGL()
on skiko 0.7.90 (as used by compose) would crash the jvm while
DirectContext.makeGL()
on skija 0.116.2 seemed to work fine. May I ask if those 2 libraries work in similar fashion or do they have different underlying mechanics?