mirror of
https://github.com/nimious/io-sixense.git
synced 2026-01-02 07:24:50 +00:00
No description
| docs | ||
| examples | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| nim.cfg | ||
| nimdoc.cfg | ||
| README.md | ||
| sixense.nimble | ||
sixense
Nim bindings for the Sixense Core API.
About
This package contains bindings to Sixense Core API for the Nim programming language. The Sixense Core API is a cross-platform interface for getting data and sending commands to and from Sixense-powered devices, such as the Razer Hydra and STEM System.
Supported Platforms
The following platforms have been built and tested with Sixense SDK 062612:
LinuxMac- Windows
Prerequisites
Download and install the latest Sixense SDK for your platform.
Dependencies
This package does not have any dependencies to other Nim packages at this time.
Usage
Import the sixense module from this package to make the bindings available in your project:
import sixense
Support
Please file an issue, submit a pull request or email us at info@nimio.us if this package is out of date or contains bugs.
