Chirp
Chirp is my current personal project, pioneering the exploration of restorative design; how to build games which give players more energy than they take.
This project is still very much a work in progress and in it's early stages, currently focusing on connecting with birds through mimicking their songs.
I created all assets. Made in UE5.
Overview
Studio
Personal
Role
Solo Developer
Platform
PC
Date
2026
Key Skills
Creature AI
Gameplay Design
Prototyping


Art Development

I wanted to create a soothing world.
For me, Monument Valley has always had a calming effect with its soft gradients, minimal backgrounds and low levels of detail.
I found further inspiration in the works of Jean Payton Reid, a Scottish architect from the early 1900s, and Claire Harkness a Scottish watercolour artist of today.
I generated trees through math.
To quickly mock-up different trees for environment tests, I built a Blueprint which fractally creates branches along generated splines.
I wanted artistic control over realism, so I used instanced structs to expose the config in the editor. I can add as many layers of branches as I'd like, set them to be straight, bowed, or spiral, and fine tune their appearance.
Once happy with their appearance, I merge the Blueprint down into a single static mesh.
The leaves were also generated, by spawning instanced static meshes with-in a deformable sphere.



And turned day to night.
I moved radial gradients across the flat plane background to simulate the sun and moon.
As the day progresses, alongside the background updating, the lighting and shadow colours change to reflect these different time periods.

I made the birds fluffy.
Same assets, different materials. I softened and feathered the outline to give a soft scattering effect to their plumage.


And turned the shadows purple.
Purple shadows are a traditional watercolour technique, which adds depth to an image without darkening it.
I achieved a similar result by tinting the shadows purple through a post-processing material.
