Skip to content

Commit 5c3377e

Browse files
committed
Bump to 0.1.6
- Basic game syncs (RTPCs, triggers, states, switches) - Fix Wwise config - Wwise ID Ergonomics
1 parent 59dee4d commit 5c3377e

File tree

110 files changed

+1089
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1089
-182
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rrise"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2018"
55
authors = ["David Taralla <davidtaralla@gmail.com> & Contributors to the Rrise project"]
66
description = "A rust binding for Wwise"

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,20 @@ Pull requests are more than welcome: **they are encouraged**!
2525
- Initialize/Update/Terminate a sound engine
2626
- Post simple events (no callback/external source support yet)
2727
- Set source position
28+
- RTPCs, switches, states and triggers
2829
- Default streaming manager leveraging Wwise's sample streaming manager
2930
- Profiling from the Wwise authoring tool
3031
- Minimal example showcasing how to initialize the sound engine, start a moving source and terminate it
32+
- Doppler effect example showcasing RTPCs
3133
- Dynamic & static linking of Wwise plugins through cargo features
3234

3335
### Logging
3436
Rrise uses the [log](https://docs.rs/log/latest/log/index.html) crate for all its logging needs. Refer to `log`'s
3537
docs for how to use it.
3638

3739
### Accepted configs
38-
3940
You can set the following `cfg` flags through the `RUSTFLAGS` environment variable before building to chose which
40-
configuratin of Wwise you wish to link against:
41+
configuration of Wwise you wish to link against:
4142

4243
| | Flag | `AK_OPTIMIZED` | Comms | Description |
4344
|---------------------------|------------------------------------|:--------------:|:-----:|----------------------------------------------------|

docs/implementors/core/clone/trait.Clone.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/cmp/trait.Eq.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/cmp/trait.PartialEq.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/implementors/core/convert/trait.From.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)