File tree 1 file changed +13
-0
lines changed
content/posts/newsletter-017
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:
89
89
90
90
## Library & Tooling Updates
91
91
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
+
92
105
### [ Tetra]
93
106
94
107
[ 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