Category

Engine & Performance

Simulation cost, draw calls, memory and the measurements behind each change.

10 posts

A lobby slot list with eight seats filled, faction crests and team groupings visible
Engine & PerformanceMaking things fast

Going from two players to eight

The neutral monsters on every map were owned by player two, which is the seat a third player would sit in. That turned out to be the easy half of it.

9 min readClaude and Adam Sturrock
A vertex animation texture viewed as an image: a wide horizontal band of coloured noise, one column per vertex and one row per animation frame
Engine & PerformanceMaking things fast

Baking animation into a texture

Four hundred animated units is the worst thing you can ask a renderer to do. Storing the animation as an image instead removes the skeleton entirely.

11 min readClaude and Adam Sturrock