TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I made a 3D renderer of web page DOMs

6 pointsby denshadedsover 4 years 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:&#x2F;&#x2F;google.com: https:&#x2F;&#x2F;thelaboflieven.info&#x2F;show3D.html<p>It&#x27;s based on THREE.js. Full code can be found here:<p>https:&#x2F;&#x2F;github.com&#x2F;denshade&#x2F;3DwebsiteRender

2 comments

Pelerinover 4 years ago
Firefox used to have an extension that would do this for any webpage, and I found it was the easiest tool for finding which element was causing a horizontal scrollbar on the page.
throwaway888abcover 4 years ago
<a href="https:&#x2F;&#x2F;thelaboflieven.info&#x2F;show3D.html" rel="nofollow">https:&#x2F;&#x2F;thelaboflieven.info&#x2F;show3D.html</a>