No description
Find a file
2016-01-30 11:51:03 -05:00
docs Renamed package to sixense. 2016-01-30 11:51:03 -05:00
examples Added better debugging support. 2015-07-30 09:19:47 -04:00
src Renamed package to sixense. 2016-01-30 11:51:03 -05:00
.gitignore Implemented Sixense bindings. 2015-05-19 08:47:05 -04:00
LICENSE Initial commit 2015-05-19 07:52:22 -04:00
nim.cfg Added better debugging support. 2015-07-30 09:19:47 -04:00
nimdoc.cfg Renamed package to sixense. 2016-01-30 11:51:03 -05:00
README.md Renamed package to sixense. 2016-01-30 11:51:03 -05:00
sixense.nimble Renamed package to sixense. 2016-01-30 11:51:03 -05:00

sixense

Nim bindings for the Sixense Core API.

sixense Logo

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:

  • Linux
  • Mac
  • 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.

References