From ef2ed6e370b1dbeb9111668a3e618be9988789c5 Mon Sep 17 00:00:00 2001 From: Micah Johnston Date: Thu, 7 Jan 2021 12:28:39 -0600 Subject: [PATCH] n17: raw-gl-context --- content/posts/newsletter-017/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/posts/newsletter-017/index.md b/content/posts/newsletter-017/index.md index 971030117..86f6638ef 100644 --- a/content/posts/newsletter-017/index.md +++ b/content/posts/newsletter-017/index.md @@ -177,6 +177,19 @@ game. Some updates include: ## Library & Tooling Updates +### [raw-gl-context] + +[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. + +[raw-gl-context]: https://github.com/glowcoil/raw-gl-context +[RawWindowHandle]: https://github.com/rust-windowing/raw-window-handle +[winit]: https://github.com/rust-windowing/winit + ### [Egui] ![Egui emojis](egui.gif)