From caa21e1825b922bc3de52b4eab225b786cbed7d4 Mon Sep 17 00:00:00 2001 From: arne Date: Sat, 20 Jul 2024 22:45:11 +0200 Subject: [PATCH] Improve comments --- src/main.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f944fe6..36c603c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -77,7 +77,9 @@ const generateLines = (maxCoordOnAxis: number, maxCoordPerpendicular: number, se zip(range(maxCoordOnAxis + 1), seeds) ) -// now we can put the functions above together based on the current settings and generate a scene to be drawn +// now we watch for any change in one of the streams and generate a scene based +// on it. the scene is data-only! there are adapters to draw it to a canvas or +// serialize it to svg. const scene = sync({ src: {