Skip to content

Commit

Permalink
expand on superposition-mirrored explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Dec 22, 2023
1 parent 3682d5a commit e28d033
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/shimmers/sketches/superposition_mirrored.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,11 @@
[:div.flexcols
[:div
[:p.readable-width
"Variation on superposition with more intentional shape placement leveraging symmetries."]
"Variation on superposition with more intentional shape placement
leveraging symmetries. The motion for each triangle uses a control system
to change velocity, orientation, and acceleration. This allows for more
varied motion planning that can still adjust to temporary stimuli
changes."]
(let [mode (:mode @ui-state)]
[ctrl/container
[ctrl/dropdown ui-state "Screen Size" [:screen-size]
Expand Down

0 comments on commit e28d033

Please sign in to comment.