GithubHelp home page GithubHelp logo

3djoy's Introduction

3djoy

Control your CNC or 3D-Printer using game controller.

Install

make
sudo make install

Quickstart

3djoy /dev/ttyACM0 # Default baudrate: 115200

Help

3djoy --help
Usage: 3djoy [OPTION...] OUTPUT
Serial Interface multiplexer

  -b, --baudrate=BAUDRATE    Baudrate, default: 115200
  -i, --input=INPUT          Input device, default: /dev/input/js0
  -p, --port=TCPPORT         Remote TCP port, default: 5600
  -v, --verbose              Verbose Mode
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.

Report bugs to http://github.com/pylover/3djoy.

Systemd

First you have to install serialhub.

Create a file named /etc/systemd/system/3djoy.service.

[Unit]
Description=3djoy
After=network.target
Wants=serialhub.serivce

[Service]
ExecStart=/usr/local/bin/3djoy --baudrate 115200 unix:///run/serialhub.socket
Restart=on-failure
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target

Then:

systemctl daemon-reload

UDEV

KERNEL=="js?", ACTION=="add", ENV{ID_MODEL}=="usb_gamepad", RUN+="/bin/systemctl start 3djoy.service"
KERNEL=="js?", ACTION=="remove", ENV{ID_MODEL}=="usb_gamepad", RUN+="/bin/systemctl stop 3djoy.service"

3djoy's People

Contributors

pylover avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.