Ronin experiment 21 - morphing lissajous states

Nikolaus Gradwohl2019-08-12T04:52:36+00:00

this visualizer written in ronin morphes between states of a lissajous figure in sync with the music.

I transition between the states by interpolating the state variables linear over a time periode that is in sync with 4 bars of the music.

lissajous states

read more ...

ronin experiment 20 - transform flower

Nikolaus Gradwohl2019-08-05T04:16:41+00:00

I used the new transform:.. commands to create an animated flower.

press Ctrl-Shift-H to hide the guide lines

transform flower

read more ...

ronin experiment 19 - Sonic Pi visualizer

Nikolaus Gradwohl2019-08-04T04:04:04+00:00

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

visualizer

read more ...

Ronin experiment 18 - Rainbow

Nikolaus Gradwohl2019-08-03T09:04:10+00:00

Since the HSL color command is back in ronin, I created a rainbow. Also experimented with the svg paths for the first time

rainbow

read more ...

Ronin experiment 17 - boids

Nikolaus Gradwohl2019-08-02T02:38:25+00:00

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 :-)

[TITLE]

read more ...

Ronin experiment 16 - 3D box

Nikolaus Gradwohl2019-08-01T09:22:14+00:00

For this animation I pushed ronin to the next dimension and created a rotating 3D box

3D box

read more ...

Ronin experiment 15 - particles

Nikolaus Gradwohl2019-07-31T04:47:32+00:00

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.

particle system

read more ...

Ronin experiment 14 - neon ellipses

Nikolaus Gradwohl2019-07-30T07:38:46+00:00

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

neon ellipses

read more ...

Ronin experiment 13 - color flower

Nikolaus Gradwohl2019-07-29T08:53:21+00:00

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

color flower

read more ...

Ronin experiment 12 - traces of a restless ghost

Nikolaus Gradwohl2019-07-28T03:28:33+00:00

I created a fractal using a recursive function and animated the rotation angles

animated recursion

read more ...