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 @@ -89,6 +89,19 @@ This month's updates:
8989
9090## Library & Tooling Updates
9191
92+ ### [ raw-gl-context]
93+
94+ [ raw-gl-context] is a cross-platform library for OpenGL context creation which
95+ had its initial release in December. raw-gl-context works in any situation
96+ where a [ RawWindowHandle] is available, so it can be used with [ winit] and
97+ other windowing libraries that provide one, as well as in more diverse
98+ situations such as audio plugins. Currently supported platforms are Windows,
99+ macOS, and X11.
100+
101+ [ raw-gl-context ] : https://github.com/glowcoil/raw-gl-context
102+ [ RawWindowHandle ] : https://github.com/rust-windowing/raw-window-handle
103+ [ winit ] : https://github.com/rust-windowing/winit
104+
92105### [ Tetra]
93106
94107[ Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,
You can’t perform that action at this time.
0 commit comments