Skip to content

Commit 80515b7

Browse files
committed
n17: raw-gl-context
1 parent 20c1c7c commit 80515b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/posts/newsletter-017/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ 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 had its initial release in December. raw-gl-context works in any situation where a [RawWindowHandle] is available, so it can be used with [winit] and other windowing libraries that provide one, as well as in more diverse situations such as audio plugins. Currently supported platforms are Windows, macOS, and X11.
95+
96+
[raw-gl-context]: https://github.com/glowcoil/raw-gl-context
97+
[RawWindowHandle]: https://github.com/rust-windowing/raw-window-handle
98+
[winit]: https://github.com/rust-windowing/winit
99+
92100
### [Tetra]
93101

94102
[Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,

0 commit comments

Comments
 (0)