#opengl-context #opengl #context #gl

gl-from-raw-window-handle

Library for creating an OpenGL context from a RawWindowHandle

3 releases

0.1.2 Oct 29, 2024
0.1.1 Jul 28, 2024
0.1.0 Jul 28, 2024

#897 in Game dev

34 downloads per month
Used in 2 crates (via wutengine_opengl)

MIT/Apache

28KB
604 lines

gl-from-raw-window-handle

Cargo Documentation

Library for creating an OpenGL context from a RawWindowHandle. Supported platforms are Windows, macOS, and X11.

Credits

Originally forked from Aargonian, who in turn forked the original project by glowcoil

License

gl-from-raw-window-handle is distributed under the terms of both the MIT license and the Apache license, version 2.0. Contributions are accepted under the same terms.


lib.rs:

gl-from-raw-window-handle

A crate for generating an OpenGL context for an instance of [raw_window_handle]

Dependencies

~70–690KB
~11K SLoC