Witness high-performance GPU rendering as 150,000 cubes rotate in real-time, showcasing 1.8 million triangles in a stunning interactive experience.
Features: This technical demo showcases the raw power of WebGL and GPU acceleration by rendering 150,000 individual cubes in real-time. With a total of 1.8 million triangles being processed and updated simultaneously, the experience demonstrates high-performance graphics capabilities within a standard web browser. Users can interact with the scene using their mouse to manipulate the camera, allowing for fluid navigation through the dense, rotating 3D cloud of geometry while maintaining a high frame rate.
History: Created by the renowned developer AlteredQualia, this project serves as a landmark example of early WebGL optimization. It was designed to push the boundaries of what was achievable in browser-based 3D rendering during the transition to hardware-accelerated graphics. The project remains a classic benchmark for stress-testing browser engines and demonstrating efficient vertex buffer object (VBO) management.
Use cases: This demo is primarily used as a stress test for browser performance and graphics driver stability. It serves as an educational tool for developers learning about batch rendering, scene graph complexity, and GPU memory limits. Additionally, it acts as a minimalist piece of generative digital art, illustrating the aesthetic potential of mathematical repetition and synchronized motion in a web-based environment.