active
ai-camera
A virtual webcam that renders an animated, audio-reactive robot face with real-time shader graphics.
Started February 28, 2026
graphics python fun
ai-camera is a virtual webcam that puts an animated robot face on calls instead of mine. It renders the whole thing in real time with a fragment-shader SDF — a single fullscreen quad doing all the drawing — and reacts to audio, so the face moves and emotes as I talk.
It’s a playground for GPU graphics and real-time animation dressed up as a genuinely fun party trick. Under the hood it’s Python with OpenGL, GLFW, pyvirtualcam, and a pile of shader math, including its own little “beard physics.”