Tag: Animation
-
Coding a bouncing slime in Processing

Learn how to code a bouncing slime using forces and the finite state machine pattern. You will learn how to split your code up into an air state and a ground state. In the ground state the slime will wait, then launch into the air state using an impulse force. In the air state the…
-
Fun and Crazy Circle Animation in Processing

I created this fun and crazy circle animation in Processing using the Java programming language. The effect is made using time, random functions and Perlin noise.
-
Coding an Olympic Ring Animation in Processing

I created this Olympic ring animation to celebrate the Olympic games. The animation was coded in Processing using the Java programming language.
-
Creating a multicoloured bokeh shader

Learn how to make a multicoloured bokeh shader, using the GLSL programming language.
-
Rotated rectangle Shadertoy transition tutorial

Learn how to create a rotated rectangle transition in Shadertoy using the GLSL programming language. Useful in video games and movies when changing scenes.
-
Circle screen transition Shadertoy tutorial

Learn how to create circle transition in Shadertoy using the GLSL programming language. Useful in video games and movies when changing scenes.


