Colossal Code follows a layered architecture where src/main.rs is the entry point and src/app/** holds domain logic.
Subsections
| Page | Topic |
|---|---|
| Layer Boundaries | Ownership boundaries between runtime, render, and state |
| Frame Lifecycle | Event loop to render lifecycle in one tick |