|
|
|
Iswaac.dev – WebGL 3D software visualization
|
|
2 points
by rfhjt
2376 days ago
|
|
Here is my attempt to visualize software as a 3d treemap. As of now it visualizes what contains what: the foundation is the entire project, layers on top are folders, then files, classes and methods. All this is rendered with WebGL. You can choose any TypeScript project from GitHub. P.S. HN's post submission process is outright hostile. Somehow I messed up my first attempt to submit a post and HN banned the domain name. Now I have to work around that ban. On top of that there are shadow bans that let you post, but others won't see that. |
|
The repo can be set in the URL: https://iswaac.dev?microsoft/vscode/src (careful with this one: it generates 40K boxes and WebGL may crash).
Disclaimer: I do not work for MS; the typescript/vscode are just good examples of sufficiently complex TS projects.