You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A userspace service that distrbute connected wiiremotes events using dbus and emulates keyboard, mouse or joysticks.
Requirements:
spdlog
eigen
xwiimote-ng
Compilation:
cmake .
make all -j$(nproc)
make install
About
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.