···1212- `wasm`: WASM-specific code to provide a JS API to shapemaker, to, for example, make it interact with the WebMIDI API
13131414See the individual READMEs in each submodule for more information.
1515+1616+```mermaid
1717+graph TD
1818+ geometry --> graphics
1919+ graphics --> rendering
2020+ rendering --> video
2121+ synchronization --> video
2222+ rendering --> wasm
2323+ rendering --> vst
2424+```