Comment by apresmoi
19 hours ago
wtf kind of magic is that? I looked at the repo and... you've built a 3d CSS rendering engine to create this?
19 hours ago
wtf kind of magic is that? I looked at the repo and... you've built a 3d CSS rendering engine to create this?
There's some CSS properties specifically for doing 3D, yeah. You use perspective and perspective-origin to create the view frustum, and then CSS transforms to place your elements in 3D space.