Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanshurajora/hand-scroll
Scroll everything using fingers
https://github.com/himanshurajora/hand-scroll
automation electron gestures ml5 p5 robotjs
Last synced: 19 days ago
JSON representation
Scroll everything using fingers
- Host: GitHub
- URL: https://github.com/himanshurajora/hand-scroll
- Owner: himanshurajora
- Created: 2024-07-22T13:42:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T08:44:26.000Z (5 months ago)
- Last Synced: 2024-12-14T00:14:29.988Z (20 days ago)
- Topics: automation, electron, gestures, ml5, p5, robotjs
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hand Scroll
I read a lot of web pages, documents, papers, and files. While I read them, I leave the mouse and keyboard and grab my chin in order to focus.
So I thought, why not make a hand scroll to make it easier to read and scroll the page?Here it is. It's using ML5 for hand tracking and p5.js for the visualization and Electron for the desktop app with robotjs for the scrolling.
### How to run
Just `pnpm install`
and then `pnpm start`### How should you use it effectively?
Just change a few lines of code and hide the browser window permanently. So it will get hidden and you can use the hand scroll without any distraction.
Also, you can launch it on startup.
Made by Vedik Dev - [Himanshu Jangid](https://github.com/himanshurajora) and [himanshujangid.com](https://himanshujangid.com)