Deliverable #8 · 2026-08-04

3D people walking — the browser world gets bodies

epic: server-architecture delivered

▶ Walk around in it

Delivered 2026-08-04, from a voice session with Kris (and Mindy). The ask: the multiplayer world worked, but everything in it was a coloured block teleporting one grid cell at a time — how big a job is it to make them basic 3D people who walk? Answer: a rendering-only change, done the same evening. The director, world server, protocol, prediction, and reconciliation are all untouched.

What changed

Because server movement arrives one adjacent cell at a time, the constant-speed glide toward the latest cell is the interpolation — the old explicit timestamp-lerp code for remote entities came out entirely.

Verified

Known limits

Artifacts

Sources & artifacts

← related epic: server-architecture

Also available as raw markdown.