#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

#882 in Game dev

Download history 120/week @ 2024-07-22 137/week @ 2024-07-29 5/week @ 2024-08-12 5/week @ 2024-08-26 33/week @ 2024-09-16 25/week @ 2024-09-23 31/week @ 2024-09-30 4/week @ 2024-10-07 2/week @ 2024-10-14 141/week @ 2024-10-28 21/week @ 2024-11-04

164 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–680KB
~11K SLoC