pointingserver
v1.1.1
Published
Pointing Server
Downloads
7
Readme
Pointing Server
Libpointing server application
Description
Libpointing is an open-source cross-platform library to get raw events from pointing devices and master transfer functions.
With this server you can use it in your browser.
Installation
- Install libpointing
- npm install pointingserver -g
Make sure, that installed package can be found on your path.
For homebrew, you might need to run
npm config set prefix /usr/local
before installing the package which will symlink executable scripts into your /usr/local
.
pointingserver
with npm can be installed Mac OS, Linux and Windows.
Usage
pointingserver start
starts the server.pointingserver stop
stops it.
Download client-side libpointing and you can start using it. Read the documentation to learn how to use it.