Architecture — Layer Dependency Graph¶
Import dependency graph generated by grimp
from the live ezxl source tree.
Auto-generated
This page is regenerated at each documentation build from the actual source code. It reflects the real import graph, not a manually maintained diagram.
To regenerate locally:
Dependency Graph¶
graph TD
core["core/"]
gui["gui/"]
io["io/"]
utils["utils/"]
core --> gui
core --> utils
gui --> core
gui --> utils
style core fill:#4A90D9,color:#fff,stroke:#2C5F8A
style gui fill:#5BA85A,color:#fff,stroke:#3A6B39
style io fill:#E8922A,color:#fff,stroke:#A3621B
style utils fill:#9B59B6,color:#fff,stroke:#6C3483
Layer Import Matrix¶
| Layer | Imports from |
|---|---|
core |
gui, utils |
gui |
core, utils |
io |
— |
utils |
— |