Example of using skija with membrane.
The Skija backend has an annoying quirk that you can only open one window at a time and once you close it, it will crash if you try to open another window. This is a limitation of the glfw library that the skija backend uses. Fixing the multiple windows issues is possible, but no one has complained about it, so I haven't spent time on it yet. If you want to see it fixed, please vote on this issue, phronmophobic/membrane#20.
Run the project directly:
$ clojure -M -m com.phronemophobic.membrane-skija-example
Copyright © 2020 Adrian
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.