WIP Odin bindings for FMOD.
Current version: 2.02.15
Includes core
, fsbank
and studio
APIs. The dll
and lib
files are downloaded from https://www.fmod.com/download.
You can see example usage in example.odin. Runs on raylib.
Run with:
cd example
odin run .
- Add more examples
- Translate constants to enums and bit_sets.
- Implement odin wrappers for common procedures, to allow usage of slices and maybe allocators.
All contributions are welcome, I will try to merge them when I can!