I’m trying to run the skia example. After installing glfw, now I’m getting
Execution error (AssertionError) at membrane.skia/run (skia.clj:2331).
Assert failed: Could not run because membraneskia could not be loaded.
membraneskialib
Do I need to build this somehow?You have to include the native dependency corresponding to your platform. It also includes glfw
com.phronemophobic.membrane/skialib-macosx-x86-64 {:mvn/version "0.14-beta"}
com.phronemophobic.membrane/skialib-linux-x86-64 {:mvn/version "0.14-beta"}
com.phronemophobic.membrane/skialib-macosx-aarch64 {:mvn/version "0.14-beta"}I thought that was documented somewhere, but I don't see it. Sorry about that.
Just updated the readme, https://github.com/phronmophobic/membrane/blob/master/README.md#skia-native-dependencies
I did have that last one, the aarch64 one, in my deps.edn… ? Will try again, im not at computer atm