3 unstable releases
0.2.1 | Oct 11, 2022 |
---|---|
0.2.0 | Oct 10, 2022 |
0.1.0 | Aug 4, 2018 |
#483 in WebAssembly
21KB
174 lines
unrust / uni-snd
This library is a part of Unrust, a pure rust native/wasm game engine. This library provides a low level native/wasm compatibility layer for following components :
- Sound output
Usage
uni-snd = "0.2.*"
See oscillator example.
Build
As web app (wasm32-unknown-unknown)
Install wasm32 target :
rustup target install wasm32-unknown-unknown
Compile the demo with
wasm-pack build examples
This creates a wasm package in examples/pkg
Run the demo with
cd www
npm install
npm run start
Open your browser at http://localhost:8080/
As desktop app (native-opengl)
cargo run --example oscillator --release
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0–29MB
~442K SLoC