/odin-fmod

Odin bindings for FMOD

Primary LanguageOdinMIT LicenseMIT

odin-fmod

Odin bindings for FMOD.

Includes core, fsbank and studio APIs. The dll and lib files are downloaded from https://www.fmod.com/download.

FMOD API documentation

Current FMOD version: 2.02.15

Latest tested Odin version: dev-2023-12-nightly:31b1aef4

Example

You can see example usage in example.odin. Runs on raylib.

Run with:

cd example
odin run .

TODO

  • Add more examples
  • Translate constants to enums and bit_sets.
  • Implement odin wrappers for common procedures, to allow usage of slices and maybe allocators.

Contributing

All contributions are welcome, I will try to merge them when I can!