Skip to content

Commit

Permalink
brief explanation of S. Chartarum
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Sep 28, 2023
1 parent 3fb1262 commit b6fa2a7
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/shimmers/sketches/s_chartarum.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,18 @@
(q/no-loop)))

(defn page []
(sketch/component
:size [900 600]
:setup setup
:update update-state
:draw draw
:middleware [m/fun-mode framerate/mode]))
[sketch/with-explanation
(sketch/component
:size [900 600]
:setup setup
:update update-state
:draw draw
:middleware [m/fun-mode framerate/mode])
[:div.readable-width
[:p "Mimics some of the textures generated from the growth of S. Chartarum,
aka black mold. Growth circles are seeded nearby to an existing colony, and
then grow out radially at varying rates and in some cases with some
directional affinity."]]])

(sketch/definition s-chartarum
{:created-at "2023-01-30"
Expand Down

0 comments on commit b6fa2a7

Please sign in to comment.