piston-music

Crates.iopiston-music
lib.rspiston-music
version0.26.0
sourcesrc
created_at2015-08-28 18:11:33.328192
updated_at2020-07-18 16:22:17.520142
descriptionA high level library for playing music and sound effects
homepagehttps://github.com/PistonDevelopers/music
repositoryhttps://github.com/PistonDevelopers/music.git
max_upload_size
id2944
size1,371,116
publish (github:pistondevelopers:publish)

documentation

https://docs.rs/piston-music

README

music

Build Status Build status Crates.io Crates.io Crates.io

A high level library for playing music and sound effects

Requirements

Rust

music targets the latest stable release of Rust.

External Dependencies

music currently depends on two external non-Rust libraries, SDL2 and SDL2_mixer.

  • To install SDL2 and SDL2_mixer, follow the instructions on the rust-sdl2 library README.

Run

To run the built in examples for this project, run one of the following:

$ cargo run --example test

$ cargo build --example test-mp3

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Commit count: 133

cargo fmt