OpenAL spatial audio for Bevy
Go to file
Nolan Darilek e12fc0fb10 Replace unwrap with ok.
There are odd issues where OpenAL sources get into broken states, though they should either be destroyed or fixed in the next frame, depending on the specifics.

Should probably replace this with better logging, but for now it seems to work and not introduce new issues.
2021-09-16 11:53:53 -05:00
assets Initial commit. 2020-12-12 08:21:55 -06:00
examples Yikes, make example compile again. 2021-05-21 12:02:07 -05:00
src Replace unwrap with ok. 2021-09-16 11:53:53 -05:00
.gitignore Remove lockfile. 2020-12-19 13:36:07 -06:00
Cargo.toml Switch to MIT + Apache license for Bevy compatibility. 2021-09-16 11:52:05 -05:00
LICENSE Add license. 2021-04-10 04:18:48 -05:00