0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00
penpot/docs/technical-guide/developer/subsystems/index.md
2024-10-30 13:30:02 +01:00

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.