Y
Hacker News
new
|
ask
|
show
|
jobs
by
apresmoi
123 days ago
wtf kind of magic is that? I looked at the repo and... you've built a 3d CSS rendering engine to create this?
1 comments
pverheggen
123 days ago
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.
link