Skip to content

n17: raw-gl-context #438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/posts/newsletter-017/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,19 @@ _Discussions:
[/r/rust](https://www.reddit.com/r/rust/comments/kkf1jz/kira_game_audio_library_v030_persequence_custom/),
[Twitter](https://twitter.com/tesselode/status/1342878087990685700)_

### [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

### [SPIR-Q] v0.4.10

[SPIR-Q] is a light-weight SPIR-V query library which supports one-pass shader
Expand Down