Giter Club home page Giter Club logo

linuxmotehook2's Introduction

Cemuhook UDP server for WiiMotes on Linux - successor to original linuxmotehook

Ko-Fi

PPAs are not updated for the time being due to Circle CI ceasing all operations in Russia (including free plan). I'll probably move to GitHub Actions if I'll ever get to it.

Current features

  • Support for Wiimotes, Nunchucks, Classic and Pro Controllers
  • Support for calibration of gyro and sticks
  • Support for buttons/sticks as well as motion
  • Support for changing device orientation

Planned features - short-term

  • GUI application to assist with calibration and configuration
  • Documentation for configuration files

Planned features - long-term

  • Support for reporting IR as touch (potentially useful with dolphin)
  • Support for more Wiimote extensions - if requested

Quick build guide

git clone --recursive https://github.com/v1993/linuxmotehook2.git
cd linuxmotehook2
meson --buildtype=release -Db_lto=true --prefix=/usr build
ninja -C build
# Optional
ninja -C build install

Updating

cd linuxmotehook2
git pull
git submodule update --recursive --init
ninja -C build
# Optional
ninja -C build install

Dependencies

  • libudev
  • GLib 2.50+
  • zlib
  • Vala 0.54+ and libgee-0.8 (Ubuntu and derivatives should use Vala Next PPA)
  • meson and ninja
  • GCC/Clang

On Ubuntu and derivative the following should do:

sudo add-apt-repository ppa:vala-team/next
sudo apt-get install build-essential \
    libudev-dev zlib1g-dev \
    valac libgee-0.8-dev \  
    meson

Configuration

Check out wiki for information on how to write configuration file.

linuxmotehook2's People

Contributors

v1993 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.