https://github.com/discretetom/boruto
脖·人·转 - Control your PC windows with your neck.
https://github.com/discretetom/boruto
Last synced: about 1 month ago
JSON representation
脖·人·转 - Control your PC windows with your neck.
- Host: GitHub
- URL: https://github.com/discretetom/boruto
- Owner: DiscreteTom
- License: mit
- Created: 2024-02-01T11:10:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T12:20:49.000Z (over 1 year ago)
- Last Synced: 2025-03-27T21:38:57.518Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 25.8 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boruto -- 脖·人·转

Control your PC windows with your neck.

> [!WARNING]
> This project is useless and just for fun, unless you have a very stable neck.## How to Use
This project consists of 3 parts:
- A WebSocket server written in Rust, which is responsible to move windows.
- Use `cargo run` to start the server.
- A web page written in Vue3, which is responsible to select which windows are captured, and enable the control.
- Use `cd web && yarn && yarn dev` to start the web server.
- An Android app to analyze your face in realtime (30+fps in my phone), and send the angle info to the server.
- Use Android Studio to open the project (under `app/`) and run it on your phone.