Skip to content

charlieroberts/interface.server.spacenavigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#interface.server.gamepad

This module links SpaceNavigators connected to OS X computers to Interface.Server. It is a thin wrapper around the spacemouse module.

Installation

From the Interface.Server folder, run npm install interface.server.gamepad

After installing, make sure to add the spacenavigator field to the IO list in the main Interface.Server config.js file. You can define a rate property here in Hz to control the speed of message output.

Example config.js

module.exports = {
    pathToApplications: __dirname + '/applications',

    transports: {
      osc : {
        remoteControlPort: 12000,
      },
    },

    IO : {
      spacenavigator : { rate: 1/30 } // 30 Hz update rate, 60 is default
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published