Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.18 KB

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 [email protected] if this package is out of date or contains bugs.

References