Skip to content

Commit

Permalink
adjust explanation to include oscillating radial dists
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Sep 23, 2023
1 parent 38c5c6e commit f22c630
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/shimmers/sketches/kinetic_elliptics.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,15 @@
:draw draw
:middleware [m/fun-mode framerate/mode])
[:div.readable-width
[:p "Randomly generate a tree structure with each node either at a fixed angle, orbiting or swinging on a pendulum between two random angles from it's parent. Angles can be either relative to the parent or locked to screen coordinates."]
[:p "Each frame of animation renders the current position at time " [:code "t"] ", as well as it's future positions at " [:code "t+0.025"] ", " [:code "t+0.05"] ", and " [:code "t+0.075"] " in seconds."]]])
[:p "Randomly generate a tree structure with each node either at a fixed
angle, orbiting or swinging on a pendulum between two random angles from
it's parent. Angles can be either relative to the parent or locked to screen
coordinates. Orbital and pendulum radial length is usually fixed, but a
small percentage oscillate."]
[:p "Each frame of animation renders the current position at
time " [:code "t"] ", as well as it's future positions
at " [:code "t+0.025"] ", " [:code "t+0.05"] ", and " [:code "t+0.075"] " in
seconds."]]])

(sketch/definition kinetic-elliptics
{:created-at "2023-09-15"
Expand Down

0 comments on commit f22c630

Please sign in to comment.