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 1 commit
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
8 changes: 8 additions & 0 deletions content/news/024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,16 @@ 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, custom WebAudio implementation for web and a custom
abstraction on top of both.
This month macroquad's audio system got reimplemented on top of raw
OS APIs - Alsa, OpenSLES, CoreAudio and wasapi. And moved away to
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