added more algorithms

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jürg Hallenbarter
2026-04-27 17:08:24 +00:00
parent d78ef16bff
commit 9a9080c155
10 changed files with 278 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ var randomY = 0
var mouseIndex = 0
function setup() {
createCanvas(500, 500);
createCanvas(windowWidth, windowHeight);
background(255, 255, 255)
noFill();
for (i = 0; i < 30; i++) {