Improve comments

This commit is contained in:
arne 2024-07-20 22:45:11 +02:00
commit caa21e1825

View file

@ -77,7 +77,9 @@ const generateLines = (maxCoordOnAxis: number, maxCoordPerpendicular: number, se
zip(range(maxCoordOnAxis + 1), seeds) 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({ const scene = sync({
src: { src: {