Skip to content

N24: Macroquad #746

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 3 commits into from
Aug 8, 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
7 changes: 7 additions & 0 deletions content/news/024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,15 @@ Macroquad website, showing how a game written with the framework can be
ported to Android. It details all of the steps, from building to packaging
for a release on Google Play.

In other news, Macroquad used to depend on rodio+cpal for audio on
native platforms and a custom WebAudio implementation for web, with a custom
abstraction on top of both. This month, Macroquad's audio system was
reimplemented on top of raw OS APIs - ALSA, OpenSLES, CoreAudio and WASAPI.
This functionality has now been extracted into a crate: [quad-snd].

[macroquad]: https://github.com/not-fl3/macroquad
[macroquad-android]: https://macroquad.rs/tutorials/android/
[quad-snd]: https://github.com/not-fl3/quad-snd

### [Emerald]

Expand Down