chloe@engine ~ $ render --site

CHLOE

A game engine that decorates its own room.
chloe@engine ~ $ cat render_pipeline.log

# render_pipeline.log — what this engine is actually good at

> Streaming six features from the pipeline...

// RENDER PIPELINE

01

DEFERRED HONEYED RASTER

A warm-spectrum deferred renderer that treats light like a sculptor treats clay. Bounces are baked in amber, specular reflections carry the memory of sunset, and shadows refuse to forget their sources.

> pipeline.stage[0] = GBuffer(honey, cream, sienna)

02

SOFT-BODY EVERYTHING

A finite-element solver that thinks tables should wobble a little. Cloth, flesh, foliage, and polite intentions — all simulated on the same substrate, all deformable under polite pressure.

> solver.integrator = ImplicitWarmth()

03

NARRATIVE STATE MACHINE

A dialog and story graph where every branch remembers what it denied. Characters carry grudges between scenes without you wiring a single callback; the engine keeps the ledger warm.

> npc.grudge_ledger.size = 412

04

PROCEDURAL WEATHER

A climatology layer that runs its own diary. Fronts, humidity, the precise way dust rises from a cart track — all emerging from a small kernel of atmospheric curiosity.

> climate.mood = "late afternoon, pre-storm"

05

AUDITORY LIVING ROOM

Convolution reverb that knows the material of every surface it meets. Wood swallows differently than tile; the engine hears the room before you render it, and mixes accordingly.

> audio.impulse = RoomOfMemory.wav

06

HOT-RELOAD EVERYTHING

Shaders, scripts, meshes, NPC dialogue, entire scenes — swapped live at 120 FPS without breaking the running simulation. Iteration at the speed of a thought that becomes a thing.

> reload.latency = 14ms

// ENGINE ARCHITECTURE

A diagram, drawn in real-time, of the pipes the engine runs on.

INPUT
gamepad, kbd, net
STATE
ECS core
SOLVER
physics, soft-body
NARRATIVE
story graph
WEATHER
climate kernel
RENDERER
deferred honeyed raster
AUDIO
convolution mixer
HOT-RELOAD
live patcher
FRAME
120 FPS out

// WORLD FRAGMENTS

Scenes rendered by the engine, torn off and tacked to the wall at whatever angle they landed.

dune/01
city/03
harbor/07
forest/12
vault/02
storm/09
orbit/04
glass/05
chloe@engine ~ $

A game engine should warm the room it lives in, not merely illuminate it.