13 MAR 2026

kpprasanna

architecture

homedocs

Colossal Code follows a layered architecture where src/main.rs is the entry point and src/app/** holds domain logic.

Subsections

PageTopic
Layer BoundariesOwnership boundaries between runtime, render, and state
Frame LifecycleEvent loop to render lifecycle in one tick