Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkartaltepe/wayland-egl-simple
It's as simple as I could make it.
https://github.com/kkartaltepe/wayland-egl-simple
Last synced: 2 days ago
JSON representation
It's as simple as I could make it.
- Host: GitHub
- URL: https://github.com/kkartaltepe/wayland-egl-simple
- Owner: kkartaltepe
- License: cc0-1.0
- Created: 2021-11-23T03:08:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T02:43:53.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T06:05:37.298Z (22 days ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.cc0
Awesome Lists containing this project
README
This is a simple example of how to create an EGL window on wayland. It differs
from some other examples in supporting resizing.You will need to install the `wayland-scanner` application to create the
protocol code for the xdg-shell protocol extension. If you do not have the
protocol specification (xml) you can typically install it via a package called
`wayland-protocols`. Build instructions are at the top of `main.c`This code is dual licensed under either the MIT or the CC0 license, whichever
you prefer.