Nim bindings for the InterSense SDK.
This package contains bindings to the InterSense SDK for the Nim programming language. InterSense provides a number of inertial, magnetic and GPS 3-dof and 6-dof position tracking devices, such as the InertiaCube series and IS series systems.
This package was last built and tested with InterSense SDK 4.2381. The bindings support the following platforms:
- Linux
- Mac OSX
- Windows
To use the bindings in this package you must have the InterSense runtime libraries for your platform.
Download the latest InterSense SDK or Library from the InterSense web
site and copy the 32-bit or 64-bit libisense.so
file into your program's
folder.
Download the latest InterSense SDK or Library from the InterSense web
site and copy the contained libisense.dylib
file into your program's folder.
Download the latest InterSense SDK or Library from the InterSense web
site and copy the 32-bit or 64-bit isense.dll
into your program's folder.
This package does not have any dependencies to other Nim packages at this time.
Import the isense
module from this package to make the bindings available in your project:
import spnav
Please file an issue, submit a pull request or email us at [email protected] if this package is out of date or contains bugs. For all other issues related to Oculus devices or the device driver software visit the Oculus web sites below.