A developer just dropped a sick open-source library using MediaPipe WASM to control web maps with hand gestures. 100% client-side, zero backend needed.

Have you ever been damn tired of scrolling, looked at your mouse, and wished you could just wave your hands around to code like Tom Cruise in Minority Report? Well, stop dreaming, because some mad lad just built a library that lets you swipe and zoom web maps using pure Jedi hand gestures.
So over on Reddit, a dev named sanderdesnaijer unleashed an absolute unit of an open-source project (MIT license). Wave your fist to pan the map, spread two hands to zoom.
The sickest part of this whole thing is the stack: MediaPipe WASM. The entire hand-tracking wizardry runs 100% client-side in the browser. No backend, no server (guess you can save your money instead of renting a VPS for heavy processing), and your camera data never leaves the device. Privacy at its finest. It’s built in TypeScript and plays nice out of the box with OpenLayers.
The post blew up with almost 800 upvotes, and naturally, devs on Reddit didn't disappoint with the comments:
Long story short, this library isn't just a gimmick. It proves a massive point: WebAssembly (WASM) is becoming stupidly powerful. Dragging a whole image recognition AI model down to the client side without melting the user's CPU is top-tier engineering.
The takeaway for you side-project grinders? Build visual, interactive shit. It sharpens your hard skills (TypeScript, WASM) and is prime bait for your portfolio. Recruiters are numb to another CRUD to-do app. Show up to an interview waving your hands to control a map, and you're pretty much hired on the spot.
Sauce: