ronin experiment 19 - Sonic Pi visualizer
I created a short sonic pi session and wrote a visualizer for it in ronin. Sonic pi sends osc messages that change the amplitude, frequency and decay time of the sine wave based on the bass sound and triggers random colored circles when the pad sound is played
Ronin experiment 18 - Rainbow
Since the HSL color command is back in ronin, I created a rainbow. Also experimented with the svg paths for the first time
Ronin experiment 17 - boids
I have written several implementation of craig rainolds boids in languages like processing or openframeworks, so I had to give it a try in ronin as well. Especially since the original implementation was done in common lisp :-)
Ronin experiment 15 - particles
I have worked with particle systems a lot in processing, openframeworks and blender, so I had to experiment with one in ronin, exploring how particle states can be calculated in ronins lisp dialect.
Ronin experiment 14 - neon ellipses
For this animation I used the new ellipse command in ronin and created some retro style neon vector line art
The neon line was created by drawing the shape twice first with a higher line width and a low opacity then again with a linewidth of 1 and full opacity to add the glow around the line
Ronin experiment 13 - color flower
I added two commands to the ronin library for creating colors (rgba ..) and (hsla ..), now it is a lot easier to animate colors or choose them programmatically
Ronin experiment 11 - traces of a restless ghost
I worte a ronin script that traces the paths of a restless ghost trying to figure a way out of the screen
Ronin experiment 10 - morphing colors
I created some rotating flower shapes to create layers of colors that slowly mix into a colorfull circle similar to batik t-shirts from the 60's