Projects in OpoleProjects in Opole67 Game – Browser Game Using Your Webcam as the Controller
A browser-based speed challenge where your webcam is the controller. You open the site, allow camera access, and do the viral "67" trend moves as fast as you can in 15 seconds. The site tracks your wrists in real time using MediaPipe pose detection running directly in the browser – no app download, no plugins, just Chrome.
I brought this to my university's Science Festival and people formed actual queues to play. Kids were speedrunning it, dragging their parents to try, comparing scores. Adults kept asking "wait, this runs in a browser? nothing to install?"
After the festival I opened it up to the world: global daily leaderboard (Firebase), auto-generated PDF certificate with QR code, particle effects, and 2 language versions (PL/EN). Built the whole thing in React 19 with MediaPipe WASM running on GPU. ITOM – 3D Portfolio
My personal portfolio, but instead of a normal scrolling page, you walk through a 3D corridor with doors. Each door leads to a different "room" – a gallery, a studio, a sky you fly through, a beach. Everything is hand-drawn sketch textures on flat 3D geometry, because I can't model in Blender and I turned that limitation into the whole visual style.
Built from scratch in React Three Fiber + Three.js + GSAP. Custom GLSL shaders handle the paint-reveal effect (hover over something sketched and it fills with color). The camera system alone is 500 lines because it handles scroll, mouse parallax, gyroscope on mobile, and auto-glance toward doors.
Won FWA of the Day, GSAP Site of the Day, CSSDA Special Kudos, and multiple other awards. Open source on GitHub.