1
1
# bevy_fmod
2
2
3
- ![ Latest compatible Bevy version] ( https://img.shields.io/badge/ Bevy- 0.11.0-informational )
4
- ![ Latest compatible FMOD version] ( https://img.shields.io/badge/ FMOD- 2.02.12-informational )
5
- ![ GitHub ] ( https:// img.shields.io/github/license/salzian/bevy_fmod )
6
- ![ GitHub release (latest SemVer) ] ( https:// img.shields.io/github/v/release/salzian/bevy_fmod )
3
+ ![ Latest compatible Bevy version] [ Bevy 0.11.2 img ]
4
+ ![ Latest compatible FMOD version] [ FMOD 2.02.12 img ]
5
+ ![ License ] [ License img]
6
+ ![ GitHub release] [ GitHub release img]
7
7
8
8
This crate aims to provide an idiomatic [ Bevy] plugin for FMOD. This crate wraps [ ` libfmod ` ] [ libfmod ] .
9
9
@@ -52,20 +52,21 @@ project: `./demo_project`.
52
52
53
53
## Versioning
54
54
55
- | bevy_fmod | Bevy | FMOD |
56
- | -----------| -------------------------------------------| -------------------------------------------------------|
57
- | 0.1.0 | [ ![ 0.11.0] [ Bevy 0.11.0 img ]] [ Bevy 0.11.0 ] | [ ![ 2.02.12] [ FMOD 2.02.12 img ]] [ FMOD revision history ] |
58
- | 0.0.1 | [ ![ 0.10.0] [ Bevy 0.10.0 img ]] [ Bevy 0.10.0 ] | [ ![ 2.02.12] [ FMOD 2.02.12 img ]] [ FMOD revision history ] |
55
+ | bevy_fmod | Bevy | FMOD (tested version, newer may work) |
56
+ | -----------| -----------------------------------------| -------------------------------------------------------|
57
+ | 0.2.0 | [ ![ 0.11.2] [ Bevy 0.11.2 img ]] [ Bevy 0.11 ] | [ ![ 2.02.12] [ FMOD 2.02.12 img ]] [ FMOD revision history ] |
58
+ | 0.1.0 | [ ![ 0.10.0] [ Bevy 0.10.0 img ]] [ Bevy 0.10 ] | [ ![ 2.02.12] [ FMOD 2.02.12 img ]] [ FMOD revision history ] |
59
+ | 0.0.1 | [ ![ 0.10.0] [ Bevy 0.10.0 img ]] [ Bevy 0.10 ] | [ ![ 2.02.12] [ FMOD 2.02.12 img ]] [ FMOD revision history ] |
59
60
60
61
[ Bevy ] : https://bevyengine.org
61
62
62
- [ Bevy 0.10.0 ] : https://bevyengine.org/news/bevy-0-10/
63
+ [ Bevy 0.10 ] : https://bevyengine.org/news/bevy-0-10/
63
64
64
- [ Bevy 0.11.0 ] : https://bevyengine.org/news/bevy-0-11/
65
+ [ Bevy 0.11 ] : https://bevyengine.org/news/bevy-0-11/
65
66
66
- [ Bevy 0.10.0 img ] : https://img.shields.io/badge/Bevy-0.10.0-informational
67
+ [ Bevy 0.10.0 img ] : https://img.shields.io/badge/Bevy-0.10.0-232326
67
68
68
- [ Bevy 0.11.0 img ] : https://img.shields.io/badge/Bevy-0.11.0-informational
69
+ [ Bevy 0.11.2 img ] : https://img.shields.io/badge/Bevy-0.11.2-232326
69
70
70
71
[ FMOD licensing ] : https://fmod.com/licensing
71
72
@@ -75,10 +76,14 @@ project: `./demo_project`.
75
76
76
77
[ FMOD revision history ] : https://www.fmod.com/docs/2.02/studio/welcome-to-fmod-studio-revision-history.html
77
78
78
- [ FMOD 2.02.12 img ] : https://img.shields.io/badge/FMOD-2.02.12-informational
79
+ [ FMOD 2.02.12 img ] : https://img.shields.io/badge/FMOD-2.02.12-black
79
80
80
81
[ libfmod ] : https://github.com/lebedec/libfmod
81
82
82
83
[ demo_project ] : https://drive.google.com/file/d/13Mxq_jEHXDLuam6M9whNowGUf_KBGKTU/view?usp=sharing
83
84
84
85
[ salzian ] : https://salzian.dev
86
+
87
+ [ License img ] : https://img.shields.io/badge/License-MIT%20OR%20Apache%202.0-informal
88
+
89
+ [ GitHub release img ] : https://img.shields.io/github/v/release/Salzian/bevy_fmod?filter=v*
0 commit comments