Ronin experiment 3 - breath

Nikolaus Gradwohl2019-07-19T04:45:55+00:00

I created a new animation with Ronin using a map as a loop replacement to create nested breathing circles

breath

here is the sourcecode of my example

(
(clear)

(map (lambda (a) (
 (stroke
  (circle
    250 210
    (add a
      (mul 10 (sin
        (add
          (div a 17)
          (div (time) 1000))))
     ))
 1 "#ffffff20" )
)) (range 1 200 0.2)
)

(animate true)
)
Tweet This! submit to reddit Digg! Tags: | no comments | no trackbacks

See also:

Ronin experiment 21 - morphing lissajous states
ronin experiment 20 - transform flower
ronin experiment 19 - Sonic Pi visualizer
Ronin experiment 18 - Rainbow
Ronin experiment 17 - boids

Trackbacks

Comments

Leave a response

Leave a comment