Architecture

Explain your repo layout:

├─ src/ ← SCAD library source
├─ examples/ ← user-facing examples
├─ docs/ ← this documentation
└─ tests/ ← testing scripts if you have them

And the data-flow of the library source…etc.