July 23, 2026
Your monitor is wearing a monitor
NerdLens: Mirror your computer with cardboard VR
This DIY phone-face computer trick has commenters torn between genius and eye damage
TLDR: NerdLens is an open-source experiment that lets you view your computer through an iPhone in a cardboard headset, basically making a DIY face-mounted monitor. Commenters were split between calling it clever hacker fun and roasting it as pointless, uncomfortable, and possibly terrible for your eyes.
A scrappy new project called NerdLens promises to turn an iPhone and a cheap Google Cardboard headset into a pretend giant computer monitor you wear on your face. The pitch is gloriously ridiculous: no pricey virtual reality gear, no internet streaming, just a cable, a phone, and a lot of patience. It’s very much a build-it-yourself experiment, not a shiny app for normal people, and that detail only made the comments even more entertaining.
The strongest reaction? Instant skepticism mixed with chaotic admiration. One commenter brutally renamed it an “eye destruction tool,” which pretty much set the tone. Another saw that the screen is sent as JPEG images and dropped a horrified “uh-oh,” the kind of tiny reaction that says I already know this is going to look cursed. And then came the biggest fight-starter of all: why would anyone even want this? One baffled reader asked why a person would willingly strap a phone to their face in the first place, turning the thread into a mini referendum on whether this is creative hacker art or a problem in search of a problem.
The jokes were flying too. One commenter admitted they expected something much sillier when they read “cardboard VR,” while another basically begged for a demo video so everyone could witness the madness firsthand. That’s the real vibe here: people are equal parts impressed, confused, and ready to roast it. NerdLens may be a niche experiment, but the comments treated it like peak internet theater.
Key Points
- •NerdLens is an open-source, wired proof-of-concept that mirrors a desktop or selected window into an iPhone-based Google Cardboard VR view.
- •The system captures screen content, encodes it as JPEG frames, forwards it over a USB tunnel using iproxy, and renders it in a Unity iOS client.
- •The project supports configurable streaming targets from 10 to 60 FPS, live status information, adjustable virtual display distance, reconnect attempts, and keeping the iPhone awake.
- •Its implementation uses a Svelte capture UI, a Tauri/Rust desktop host, TCP on port 12345, and a Unity client that decodes frames and settings messages.
- •Setup currently requires macOS, Xcode, an iPhone with iOS 13+, a Cardboard-compatible viewer, Unity 6000.1.5f1, Bun, Rust, Tauri prerequisites, and libimobiledevice/iproxy.