You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code I use over and over while making generative art
2
+
Code I use over and over while making generative art. This is still very much in the alpha stage. Below is what the framework looked like while running the "noise" example.
You configure the slider controls and other sketch properties via JSON, and the in code there is are `update` and `draw` functions with a sketch instance and `gg` context to do the actual drawing. More examples and documentation to come.
0 commit comments