Skip to main content

Command Palette

Search for a command to run...

MinaCoding2026_MobileView

Phone Potrait

Updated
1 min read
MinaCoding2026_MobileView

MotionalMotion

For MinaCoding2026 Day25: MobileView, MotionalMotion is a HydraVideoSynth & Locomotion Coded sketch exploring motions.

Video

https://youtu.be/2clvRCHUXh0

Code

Locomotion

point {x = range -10 17 (osc 0.15), y = range -8 6 (osc 0.35) , intensity = range 8 35 (osc 0.15), color = 0xC0B87FB };

a n = dancer { url="StoneFigure.glb", animation = n,x = -2 + n*0.005,y = n/100 + range 2 -2 (osc 0.35), z = sin(n)*3 + range 4 -4 (osc 0.15), ry=3.14, size=0.5, rx = range -90 90 (osc 0.3) }; for[0..50] a;

b n = dancer { url="StoneFigure.glb",animation = n, x = 2 + n*0.005,y = n/100 + range 2 -2 (osc 0.15), z = range 4 -4 (osc 0.55), ry=3.14, size= 0.25, rx = sin(n) *4 + range -90 90 (osc 0.03), ly = range 0 360 (osc 0.17) }; for[0..150] b;

HydraVideoSynth

s0.initScreen()

src(s0).modulateRotate(voronoi(1,2,3),4.01).invert().out()

speed = 0.45
s1.initScreen()

src(s1).modulateScale(src(s1).pixelate(500,500).invert().scale(0.95)).out()

Minacoding2026

Part 12 of 12

Submissions for MinaCoding 2025: https://minacoding.online/theme

Start from the beginning

MinaCoding2026_Circle

Starting this Journey Again

More from this blog

C

Code is Poetry & Data is Poetry

713 posts

Creative Coder/Multimedia Artist/Performative Programmer : Engineering Thru Creative Means and Providing Experiences