Archive talk:000/Nodes: Revision history

Add topic

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 October 2024

12 November 2022

  • curprev 21:4521:45, 12 November 2022206.253.78.9 talk 1,849 bytes +1,849 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..."