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
- Host: GitHub
- URL: https://github.com/johnnovak/nim-fmod
- Owner: johnnovak
- Created: 2018-07-06T03:00:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T03:22:19.000Z (over 6 years ago)
- Last Synced: 2025-01-30T07:29:46.650Z (9 months ago)
- Topics: audio, fmod, nim, nim-lang, wrapper
- Language: Nim
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).