Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ noise( () => Math.sin(time/10)*50 , () => Math.sin(time/2)/500 )
ja: "蛍",
}
}
{
code: `voronoi(10,5,3).color(1,1,0).out(o0)`,
comments: {
en: "make it faster and add some color with color(r, g, b)",
es: "hazlo más rápido y agrega algo de color con color(r, g, b)",
ja: "より速くして、color(r, g, b)で色を追加します。",
}
}
]
},
osc: {
Expand Down