fmod

Nim wrapper for the FMOD Low Level C API

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install fmod
choosenim install fmod
git clone https://github.com/johnnovak/nim-fmod

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
fmod - - - - - - -

Source

Repository https://github.com/johnnovak/nim-fmod
Homepage https://github.com/johnnovak/nim-fmod
Documentation View Documentation
Registry Source nimble_official

README

nim-fmod

Nim wrapper for the C FMOD Low Level API

For FMOD API version: v1.10.06

Installation

nim-fmod can be installed via Nimble:

nimble install nim-fmod

To get hold of the FMOD shared libraries, you'll need to register at the FMOD website and then you can download the FMOD Studio API which includes the FMOD Low Level API libraries as well.

Usage

See the included examples or check out the FMOD C examples included in the FMOD Studio API archive.

Credits

FMOD is a commercial product of Firelight Technologies Pty Ltd.

For information on their licensing policy see the FMOD website.

You can read about the creation process of this wrapper in this blog post of mine.