Build textile-like fabric data structures using node-link relationships, rendered as a 3d force-directed layout using 3d-force-graph.
xxxxxxxxxx
<head>
<style>
body {
text-align: center;
font-family: Sans-serif;
margin: 0;
}
</style>
<script src="//unpkg.com/3d-force-graph"></script>
</head>
<body>
<div id="3d-graph"></div>
<script src="index.js"></script>
</body>
https://unpkg.com/3d-force-graph