Skip to content

Commit

Permalink
fix some things in readme (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
harudagondi authored Nov 14, 2022
1 parent 7e1a63f commit b1b2236
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

A third party Bevy plugin that integrates [FunDSP] into [Bevy].

`bevy_fundsp` supports integration for `bevy_audio` and [`bevy_kira_audio`]. (`bevy_oddio` coming soon!)
`bevy_fundsp` supports integration for `bevy_audio`, [`bevy_kira_audio`], and `bevy_oddio`.

[FunDSP]: https://github.com/SamiPerttu/fundsp
[Bevy]: https://github.com/bevyengine/bevy
[`bevy_kira_audio`]: https://github.com/NiklasEi/bevy_kira_audio
[`bevy_oddio`]: https://github.com/harudagondi/bevy_oddio

**WARNING: Lower your volume before testing your sounds!**

Expand Down Expand Up @@ -54,7 +55,7 @@ fn play_noise(
| `bevy_fundsp` | `bevy` | `bevy_kira_audio` | `bevy_oddio` | `fundsp` |
| ------------- | ------ | ----------------- | ------------ | -------- |
| bevy_main | main | bevy_main | bevy_main | main |
| 0.2.0 | 0.9 | 0.13 | 0.3 | 0.8 |
| 0.2.0 | 0.9 | 0.13 | 0.3 | 0.9 |
| 0.1.0 | 0.8 | 0.11 | | 0.6 |

## License
Expand Down

0 comments on commit b1b2236

Please sign in to comment.