jakehamilton / joy-control

🎮 Control your computer with Joy Cons!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎮 Joy Control

Control your PC with a Joy Con!

Installation

Via Git

  1. Clone this repository (git clone https://github.com/jakehamilton/joy-control)
  2. Install dependencies (yarn)

Via Release

  1. Navigate to the releases page.
  2. Download the latest release's archive for your platform.
  3. Unpack the archive to somewhere on your machine.

Usage

From Git

You can run the program with the following command.

node src/index.js --config ./config.toml

For detailed usage information, run the following.

node src/index.js --help

From Release

Unpack the archive file and run the following in the directory that you put the program.

joy-control --config ./config.toml

For detailed usage information, run the following.

joy-control --help

About

🎮 Control your computer with Joy Cons!


Languages

Language:JavaScript 100.0%