Skip to content

Commit ef2ed6e

Browse files
committed
n17: raw-gl-context
1 parent 2591817 commit ef2ed6e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/posts/newsletter-017/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,19 @@ game. Some updates include:
177177

178178
## Library & Tooling Updates
179179

180+
### [raw-gl-context]
181+
182+
[raw-gl-context] is a cross-platform library for OpenGL context creation which
183+
had its initial release in December. raw-gl-context works in any situation
184+
where a [RawWindowHandle] is available, so it can be used with [winit] and
185+
other windowing libraries that provide one, as well as in more diverse
186+
situations such as audio plugins. Currently supported platforms are Windows,
187+
macOS, and X11.
188+
189+
[raw-gl-context]: https://github.com/glowcoil/raw-gl-context
190+
[RawWindowHandle]: https://github.com/rust-windowing/raw-window-handle
191+
[winit]: https://github.com/rust-windowing/winit
192+
180193
### [Egui]
181194

182195
![Egui emojis](egui.gif)

0 commit comments

Comments
 (0)