https://github.com/unode/mousewarp
MouseWarping guidance overlay for Kaleidoscope powered keyboards
https://github.com/unode/mousewarp
Last synced: about 1 month ago
JSON representation
MouseWarping guidance overlay for Kaleidoscope powered keyboards
- Host: GitHub
- URL: https://github.com/unode/mousewarp
- Owner: unode
- License: gpl-3.0
- Created: 2018-10-21T01:49:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T01:51:31.000Z (over 7 years ago)
- Last Synced: 2025-01-10T00:46:30.036Z (over 1 year ago)
- Language: C
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WIP - MouseWarping guidance overlay
### What
See the [original
issue](https://github.com/keyboardio/Kaleidoscope-MouseKeys/issues/30) for
motivation and *screenshots* and [the followup
issue](https://github.com/keyboardio/Kaleidoscope/issues/372) for ongoing
discussion.
### How
Currently we rely on libaosd which in turn depends on cairo+pango to render the overlay.
Running:
make
will call cmake and if everything works out you can launch mousewarp with:
build/mousewarp
Alternatively, if you have nix (nix-shell) on your system simply clone the repository and:
make run