Skip to content

johnnovak/nim-fmod

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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.