https://github.com/moodyhunter/tobiimouse
Make your Tobii EyeTracker a mouse.
https://github.com/moodyhunter/tobiimouse
Last synced: about 2 months ago
JSON representation
Make your Tobii EyeTracker a mouse.
- Host: GitHub
- URL: https://github.com/moodyhunter/tobiimouse
- Owner: moodyhunter
- License: gpl-3.0
- Created: 2021-11-19T23:28:46.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-27T18:52:21.000Z (about 3 years ago)
- Last Synced: 2025-03-28T18:53:18.581Z (2 months ago)
- Language: C
- Homepage:
- Size: 4.64 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TobiiMouse
Make Tobii EyeTracker your mouse.
## Dependencies
### Linux:
- X11, XRandr development header.
### Windows:
- Coming soon.
## Build
### For Linux:
```bash
# Install some packages:# For Debian and Ubuntu:
#sudo apt-get install qt5-default qt5-qmake libx11-dev libxrandr-dev# For Arch Linux:
sudo pacman -S # TODO# Clone the repository.
git clone https://github.com/lhy0403/TobiiMouse
cd ./TobiiMouse/src/
mkdir build && cd build# QMake and make
qmake ../
make# Done, if everything goes well, you should have successfully built it.
```### For Windows:
```cmd
REM Coming soon!
```