mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
15 lines
591 B
Markdown
15 lines
591 B
Markdown
---
|
|
title: 3.8. Penpot subsystems
|
|
---
|
|
|
|
# Penpot subsystems
|
|
|
|
This section groups articles about several Penpot subsystems that have enough
|
|
complexity not to be easy to understand by only looking at the source code.
|
|
|
|
Each article gives an overview of how a particular functionality has been
|
|
implemented, over the whole app (backend, frontend or exporter), and points to
|
|
the most relevant source files to look at to start exploring it. When some
|
|
special considerations are needed (performance questions, limits, common
|
|
"gotchas", historic reasons of some decisions, etc.) they are also noted.
|
|
|