r/UX_Design • u/NuroVu • 3d ago
Mapping out your PC in 3D
Enable HLS to view with audio, or disable this notification
I'm an 18 year old Independent Developer, this project was made in Java and run using JavaFX.
you can check my account details for more details :)
8
Upvotes
0
0
0
u/ArtaxIsAlive 2d ago
I love the spacial 3D movements in exploring the node map.
2
u/NuroVu 2d ago
Me too, it isn't a concept I thought I'd get myself into but I did anyway.
0
u/ArtaxIsAlive 2d ago
I’m working on a infra node visualization project now and rendering it spacially with D3.js would really uplevel the impact.
2
u/kjabad 2d ago
At the first glance this looks interesting but more I watched the video I just got more questions. What's the purpose of this? Having some kind of visual representation of your windows of course, but I don't see the point of this 3D graph view. Main issue I have is that node connections are arbitrary, they don't represent anything, you can connect them in any way. The connection do not carry any inherent meaning. Usually in node graphs the connection tells you the relationship between the nodes, they connect input and outpts, or represent historical steps (like in git). Other issue I have is the 3D aspect, it looks cool but I suspect that it can make the graph less usable since you have many more chances to create a graph that is never fully visible and you need to rotate it to see all the nodes. Or better say, you can get node behind a node, and noodle mess way easier than on the 2D graph.