https://github.com/phronmophobic/membrane-skija-example
https://github.com/phronmophobic/membrane-skija-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phronmophobic/membrane-skija-example
- Owner: phronmophobic
- License: epl-1.0
- Created: 2020-12-29T00:28:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T20:44:03.000Z (about 5 years ago)
- Last Synced: 2025-10-10T16:52:45.377Z (10 months ago)
- Language: Clojure
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# membrane-skija-example
Example of using skija with membrane.
## Note
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, https://github.com/phronmophobic/membrane/issues/20.
## Usage
Run the project directly:
$ clojure -M -m com.phronemophobic.membrane-skija-example
## License
Copyright © 2020 Adrian
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.