Crates.io | lyrebird |
lib.rs | lyrebird |
version | 0.2.0 |
source | src |
created_at | 2024-08-26 06:18:03.865641 |
updated_at | 2024-10-12 19:36:02.497339 |
description | a crate for sound and music generation in bevy |
homepage | |
repository | |
max_upload_size | |
id | 1351867 |
size | 1,257,204 |
Welcome to Lyrebird, an experimental crate designed to generate music and sound effects for the Bevy game engine, using fundsp and kira_audio. Currently in its alpha stage, the crate is not yet production-ready and may undergo significant changes.
To include Lyrebird in your Bevy project, add the following to your Cargo.toml
:
[dependencies]
lyrebird = "0.1.8"
Note that, as this crate is in alpha, future versions may introduce breaking changes.
Lyrebird is licensed under the MIT License. See the LICENSE file for more details.
As Lyrebird is in its alpha stage, it is not recommended for production use. The API and features are subject to change, and stability issues may occur.