A CSS 3D Engine (no WebGL)
SMRTR summary
PolyCSS renders 3D polygon meshes (OBJ, GLB, VOX) as real HTML elements using CSS `matrix3d` transforms, with lighting, shadows, textures, and animations. It minimizes DOM overhead by mapping each polygon to the simplest CSS primitive, with support for React, Vue, and plain JS.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article