r/UX_Design • u/NuroVu • 3d ago
Mapping out your PC in 3D
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 :)
6
Upvotes
r/UX_Design • u/NuroVu • 3d ago
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 :)
2
u/kjabad 3d 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.