Generators nodes

utilities for quickly generating common behaviors.


Blinker generator.blinker

simulates alternating random behavior such as for eye blinking.

you can set a duration range for each of the false and true states, and the node will randomly select a value within the range.


Bouncer generator.bouncer

simulates a bouncing from side-to-side animation.

when outputting a point, it adds an X axis that moves from side-to-side in a zigzag. differs from Jumper in the sense that you cannot make it bounce mid-air.


Jumper generator.jumper

simulates a jumping animation according to an input.

it can bounce mid-air, as long as it respects the maximum height imposed. differs from Bouncer in that aspect.


Shaker generator.shaker

simulates natural movement for shaking or just vibing.

behind the scenes, this node uses a Perlin noise node.


Waver generator.waver

simulates a waving animation.

behind the scenes, this node uses a sine & cosine node.