Improve comments
This commit is contained in:
parent
29ce93045c
commit
caa21e1825
1 changed files with 3 additions and 1 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue