ฤฐlkerDev

I built a webcam-based mouse you can use while lying in bed

byโ€ข

## ๐Ÿ‘‹ 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!

34 views

Add a comment

Replies

Best
Ashok Nayak

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?