I built a webcam-based mouse you can use while lying in bed
## ๐ Hi
I'm 17 years old and I built a small project to solve a very simple problem:
> I wanted to control my computer without touching a mouse, even while lying in bed.
So I built Hand Mouse โ a webcam-based mouse controller.
---
## ๐ฏ What is Hand Mouse?
Hand Mouse lets you control your cursor using only your hand and a webcam.
No extra hardware.
No gloves.
Just your camera.
You can:
- Move the mouse with your index finger
- Click by pinching your fingers
- Double-click with a fist gesture
---
## ๐ค Why did I build this?
I wasnโt trying to build something โcoolโ.
I just wanted:
- To use my PC while lying down
- To avoid wrist strain
- A backup mouse when my real one broke
After it started working surprisingly well, I decided to share it.
---
## ๐ How it works (simple explanation)
- Uses real-time hand tracking
- Maps finger movement to screen space
- Smart smoothing to keep the cursor stable
- Click detection with freeze logic to avoid misclicks
I spent a lot of time tuning it to feel:
- Smooth
- Responsive
- Not laggy
---
GitHub repo:
๐ https://github.com/Fl4ie/Hand-Mouse
Feel free to:
- Try it
- Improve it
- Open issues
- Fork it
---
## ๐ Feedback
This is my first real project shared publicly.
Iโd love feedback:
- Does it feel useful?
- What would you add?
- Any ideas to improve usability?
Thanks for reading!

Replies
Very interesting, @fl4ie
However, I could find an exe file in the link you shared. So I am assuming it's a Windows build.
So your audience remains restricted to just Windows users.
Any plans to make a binary package available for Linux and Mac users too in the future?