Skip to content

N44: winit-block-on, tinyaudio, faer, bevy hanabi #1349

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 1 commit into from
Apr 30, 2023
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
16 changes: 16 additions & 0 deletions content/news/044/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,22 @@ It's presently in a heavy-development prerelease state, so watch this space!

<!-- One-liners for plan items that haven't got their own sections. -->

- Other library updates:
- [winit-block-on] is an adaptor that allows one to easily block on futures
using winit as a reactor.
- [tinyaudio] is a cross-platform, easy-to-use, low-level audio output library
from the creator of the Fyrox engine.
- [faer v0.5][faer-v05] brings a new SVD module, which implements the singular
value decomposition for real matrices
- [Bevy Hanabi v0.6][hanabi-v06] brings a new property-based architecture for
more control at runtime and also an optimized GPU buffer
with Attribute-based particle layout.

[winit-block-on]: https://github.com/notgull/winit-block-on
[tinyaudio]: https://reddit.com/r/rust/comments/11rei24/ann_tinyaudio
[faer-v05]: https://reddit.com/r/rust/comments/122823y/faer_v05
[hanabi-v06]: https://twitter.com/djeedai/status/1634129348746772481

## Discussions

<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
Expand Down