D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
1wheel
Full window
Github gist
circle-lines
https://twitter.com/beesandbombs/status/919754537468071936
with some xor
p5 version
<!DOCTYPE html> <meta charset='utf-8'> <link rel="stylesheet" type="text/css" href="style.css"> <body> <div class='graph'></div> </body> <script src='d3_.js'></script> <script src='_script.js'></script>