Living Cell Motion Notes

Several builtin themes use the living-cell renderer family under src/theme-engine/renderers/cell/. The public entry point src/theme-engine/renderers/cell.ts re-exports the split implementation.

The renderer maps ThemeState to organic motion:

Important implementation areas:

Tests are split across focused files such as cell-cilia.test.ts, cell-contour.test.ts, cell-interior.test.ts, cell-organelles.test.ts, cell-render-golden.test.ts, and aquarium-specific tests.

For detailed formulas and historical design notes, see the source repository file docs/CELL_MATH.md.