Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 830 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 830 Bytes

bevy_glicol

plugin for bevy to play procedural audio with glicol.

bevy bevy_glicol
0.13 0.1

why

glicol can be very flexible and powerful for procedural game audio.

one feature is that it's very powerful for on web.

If you look at current solutions for audio, such as the one in this wonderful game:

https://dgriffin.itch.io/traverse

you will see that the audio has distortion sometimes.

glicol has a different solution rather than using cpal on web.

the easiest way is to use one line of cdn in your html.

see the examples/wasm/ folder for an example.

usage

see the examples folder

run with caution for unpleasant loud sounds!

contribution

add an issue before you do any pr;

I am happy to discuss or collaborate with you.