HoloCubic
带网络功能的伪全息透明显示桌面站
HoloCubic Explanation
HoloCubic is a small desktop device that creates a holographic-looking display using a special optical prism. The core trick is positioning a tiny screen (1.3 inches, 240x240 pixels) beneath a prism so that when you look at it from above, the image appears to float in mid-air like a hologram. It's a clever optical illusion rather than true 3D, but the effect is striking enough to make for an impressive desk gadget.
The device packs more capability than just looking cool. It has WiFi and Bluetooth built in, so it can fetch live data from the internet—the creator included examples like weather displays and a followers counter (useful for streamers). Think of it as a smart display the size of a coin that sits on your desk and shows you information through this pseudo-holographic effect. The software is built on a graphics library called LVGL, which handles the on-screen interface, and you interact with it by tilting the device itself (it has a motion sensor inside that acts like a joystick).
The hardware is based on an ESP32 microcontroller, which is a popular chip for WiFi-enabled projects. The creator has provided both circuit board designs and 3D models for the physical casing, so if you want to build one, you can send the circuit files to a PCB factory and print the outer shell on a 3D printer or machine shop. The whole thing costs under 50 dollars in components. The project includes development tools: a Windows simulator so you can test your interface designs on a PC before uploading them to the device, and a Python script that converts images into the right format to store on an SD card inside the device.
This project would appeal to maker enthusiasts who want to build something visually striking and programmable, or developers interested in experimenting with edge computing (running apps on a tiny embedded device rather than in the cloud). Since the creator released the code as a template framework, people are expected to build on top of it and add their own applications and features.