12 November 2022
- 21:4521:45, 12 November 2022 diff hist +1,849 N Archive talk:000/Nodes Created page with "==Start of something== <syntaxhighlight lang="html"> <html><head><script> function $(id) { return document.getElementById(id); } focus = 0; next = 1; nodes = 0,1,0.5; connections = []; function focusOn(i) { focus = i; } function newNodeFrom(i){ connections.push([i, next]); nodes[next++]=[nodes[i][0]+Math.random()*0.01, nodes[i][1]+Math.random()*0.01]; } function newNodeTo(i) { connections.push([next, i]); nodes[next++]=[nodes[i][0]+Math.random()*0.0..."