An open API service indexing awesome lists of open source software.

https://github.com/johnnovak/nim-fmod

Nim wrapper for the C FMOD Low Level API
https://github.com/johnnovak/nim-fmod

audio fmod nim nim-lang wrapper

Last synced: 9 days ago
JSON representation

Nim wrapper for the C FMOD Low Level API

Awesome Lists containing this project

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](https://www.fmod.com/) and then you can
[download](https://www.fmod.com/download) the FMOD Studio API which includes
the FMOD Low Level API libraries as well.

## Usage

See the included [examples](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](https://www.fmod.com/licensing).

You can read about the creation process of this wrapper in this [blog post of mine](http://blog.johnnovak.net/2018/07/07/creating-a-nim-wrapper-for-the-fmod/).