File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
content/posts/newsletter-017 Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments