Tag: artwork
-
Creating an RGB Split Effect in Aseprite

Learn how to create an RGB split effect using Aseprite in this step-by-step pixel art tutorial. RGB split is also known as chromatic aberration, and is commonly found in glitch visual effects.
-
Pixel Art Birds 2024

Here is a collection of pixel art birds which I have drawn in 2024 using the Aseprite pixel art drawing software.
-
Happy Halloween 2024

Happy Halloween! 🎃 I’ll use this post to share some of my spooky pixel art drawings and animations, with a brief description.
-
Creating a noisy polaroid frame in GIMP

Learn how to create a noisy polaroid frame in this GIMP image editor tutorial using spread noise and median blur.
-
Creating a planet in GIMP

Learn how to create a cool looking planet using the GIMP image editor. You will learn how to use noise, blur, gradients, lighting and blend modes to create beautiful art.
-
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.
-
Aseprite pixel art tutorial: Noise texture background

Learn how to create a noise texture background in this step-by-step Aseprite pixel art tutorial. Create an image made up of many squares of varying sizes using two colours. Then make the image noisy using a convolution matrix. Use blend modes and gradients to add the finishing touches.
-
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…
-
Aseprite tutorial: Creating a bouncing ball animation with squash and stretch

Learn how to create a bouncing ball animation in Aseprite with squash and stretch in this step-by-step pixel art tutorial.
