Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-0x7c6/wiimotedev

Userspace driver for wiiremotes. It works as system service and trigger dbus events, there is also service that can capture events and translate them to virtual keyboard and mouse.
https://github.com/dev-0x7c6/wiimotedev

Last synced: 5 days ago
JSON representation

Userspace driver for wiiremotes. It works as system service and trigger dbus events, there is also service that can capture events and translate them to virtual keyboard and mouse.

Awesome Lists containing this project

README

        

![wiimotedev_logo](https://devwork.space/wp-content/uploads/2018/10/g3460.png)

A userspace service that distrbute connected wiiremotes events using dbus and emulates keyboard, mouse or joysticks.

Requirements:
```sh
spdlog
eigen
xwiimote-ng
```

Compilation:
```sh
cmake .
make all -j$(nproc)
make install
```