Tag: Creative Coding
-
Coding Tutorial: 3D Gravity

Learn how to code 3D gravity in this coding tutorial using vectors and forces to move an object around a planet and jump between planets.
-
Shader Tutorial: Coding a Sunburst Effect

In this tutorial you will learn how to code a sunburst effect inside a shader, using scanlines and polar coordinates. You will learn how to code the effect using the web based shader editor called Shadertoy.
-
Coding Tutorial: Orbiting a Point in Space

Learn how to use polar coordinates to make an object orbit a point in space.
-
Expanding circle columns made in Processing

Made these expanding circle columns in Processing by rendering three circles without clearing the screen, and using hue shifting to keep it interesting. The colours go from dark and saturated, to bright and desaturated.
-
Rabbit and Carrot Finite State Machine

This post shows how the behaviour of a rabbit can be coded using a finite state machine, by breaking down the rabbit’s behaviour into different states. The rabbit’s goal is to wander around and eat carrots, whilst avoiding the deadly mouse cursor!
-
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 circle pattern in Shadertoy Part 2

Learn how to create a circle pattern in Shadertoy using a checkerboard pattern and an easing function. The tutorial is written in the GLSL programming language.
-
Creating a circle pattern in Shadertoy

Learn how to create a circle pattern in Shadertoy using the GLSL programming language.
