DaanWet / gamesense-client

A JavaScript GameSense(TM) Client
MIT License
27 stars 7 forks source link

gamesense-client

npm GitHub license Built with Grunt

A SteelSeries GameSense(TM) client based on the gamesense-sdk, credits to cschuller who started this library.

GameSense™ is a framework in SteelSeries Engine 3 that allows games to send status updates to Engine, which can then drive illumination (and potentially more) capabilities of SteelSeries devices.

This is not an official client implementation. GameSense is a trademark of steelseries.

Getting started

Install the client library via npm

npm install gamesense-client --save

and use the gamesense-client module:

var gamesense = require('gamesense-client');

Take a look at the examples to get started. Every example can be run alone, for example:

node blinkingNavigation

Examples are not part of the npm package.

Developing a game or app

Start with the gamesense-sdk

What's new in 2.0.1