54 releases

0.32.4 Sep 4, 2024
0.32.3 Jul 16, 2024
0.32.1 May 31, 2024
0.32.0 Sep 2, 2023
0.24.0 Sep 14, 2019

#959 in GUI

Download history 18060/week @ 2024-08-07 10535/week @ 2024-08-14 10454/week @ 2024-08-21 8838/week @ 2024-08-28 9292/week @ 2024-09-04 11629/week @ 2024-09-11 10235/week @ 2024-09-18 12295/week @ 2024-09-25 11018/week @ 2024-10-02 7264/week @ 2024-10-09 9063/week @ 2024-10-16 11217/week @ 2024-10-23 9587/week @ 2024-10-30 7562/week @ 2024-11-06 5828/week @ 2024-11-13 5650/week @ 2024-11-20

30,138 downloads per month
Used in 10 crates (4 directly)

MIT license

405KB
9K SLoC

crates.io docs.rs Continuous Integration codecov

wayland-egl

This crate provides bindings for OpenGL/Vulkan support for Wayland client apps. It allows to create an EGLSurface from any WlSurface, which can then play the role of the base surface for initializing an OpenGL or Vulkan context.


lib.rs:

EGL utilities

This module contains bindings to the libwayland-egl.so library.

This library is used to interface with the OpenGL stack, and creating EGL surfaces from a wayland surface.

See WlEglSurface documentation for details.

Dependencies

~2–10MB
~122K SLoC