Posts

TS: Casting to Interfaces at Runtime

TS: Casting to Interfaces at Runtime

In C#/Unity, there is an excellent affordance of using GetComponent to retrieve components based on their interface.

Read More
Bitmasker

Bitmasker

Small helper class to track ‘flagged’ state. Works together with an enum and provides easy toggled/not toggled checks.

Read More
Any-Angle Pathfinding

Any-Angle Pathfinding

Simple post-processing effect to use in pathfinding which utilizies line-of-sight to produce more direct routes.

Read More
FixedUpdater

FixedUpdater

Simple utility class to make working with a fixed update a bit easier.

Read More
Phaser RTS Prototype

Phaser RTS Prototype

Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.

Read More
Building a Tiny Crowd Simulation for the Web

Building a Tiny Crowd Simulation for the Web

Introduction I recently added a fun new effect to my portfolio website that I’m excited to share with you all.

Read More
Object Pool

Object Pool

Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat.

Read More
Heatmap

Heatmap

Simple Heatmap class used to find areas of interest for real-time applications, like games.

Read More