AN experiment - spherical curve
For this animation nodes experiment I fitted a spline spiral on a spherical surface
you can download the blend file here
Synth Jam - Mar 27
This is a recording of a jam session - using my moog mother, 0-Coast, volca bass, volca beats and Bitwig studio
AN experiment - wiggly lines
For this animation I used two nested loops and wiggly nodes to create a bunch of curve objects
you can download the blend file here
AN experiment - Polygon Offset
For this Animation Nodes experiment I used a loop to offset the polygons of a subdivided icosphere mesh
you can download the blend file here
GoPro video download shellscript
I wrote a small shellscript to download the videos from a GoPro Camera to a linux Desktop. To make this work you need to connect your computer to the Wifi the gopro camera provides and then run the following shell script
#!/bin/bash
for i in `curl http://10.5.5.9:8080/videos/DCIM/100GOPRO/ | grep MP4 | sed 's/.*href="\([^\"]*\)".*/\1/'`; do
curl http://10.5.5.9:8080$i > $(basename $i)
done
This script downloads all the mp4 files to the current folder. I've tested it with a HERO5 Black
AN experiment - SciFi GUI
in this animation nodes experiment I created a SciFi-GUI using some animated curves and a wireframe cube
you can download the blend file here
AN experiment - Modulo jump
For this animation I shifted the position of vertices based on the modulo value of their relative position on a circle
you can download the blend file here
AN experiment - Shape Shift
I used a loop to modify the vertex location of a cube mesh using the Animation Node Addon for blender
you can download the blend file here
AN experiment - force field curl clusters
For this animation I used a particle system influenced by a curl field and used the animation nodes cluster template to create the network connections
you can download the blend file here