Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dev-0x7c6/wiimotedev
- Owner: dev-0x7C6
- License: lgpl-3.0
- Created: 2015-04-23T23:39:39.000Z (almost 10 years ago)
- Default Branch: broken
- Last Pushed: 2022-09-15T22:08:22.000Z (over 2 years ago)
- Last Synced: 2023-03-01T13:05:46.472Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 4.64 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
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
```