Source library
Johnny Reborn - System Architecture
docs/general/architecture.md
This is the website shelf page for docs/general/architecture.md.
It exists because the project has hundreds of Markdown files and the website
should not pretend the interesting work only happened in the polished essays.
Why this file matters
General project reference. This is shared documentation: architecture, build setup, emulator use, memory management, and testing guidance that apply beyond one PS1 subsystem.
This document describes the core architecture of the Johnny Reborn engine.
File facts
| Field | Value |
|---|---|
| Source path | docs/general/architecture.md |
| Lines | 96 |
| Approx. words | 566 |
| Code fences | 2 |
Outline
- Johnny Reborn - System Architecture
- Overview
- Data Pipeline
- Execution Flow
- Rendering System
- Memory Management
- Configuration & Events
- Key Data Structures
- File Organization