|
|
|
I made a 3D renderer of web page DOMs
|
|
6 points
by denshadeds
2071 days ago
|
|
I finally made a 3D renderer of web page DOMs. It allows you to travel through the DOM in 3D by using your mouse. Zoom by scroll, rotate with left, move with right click. Here is http://google.com: https://thelaboflieven.info/show3D.html It's based on THREE.js. Full code can be found here: https://github.com/denshade/3DwebsiteRender |
|