this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ Add dependency graph for submodules

authored by

Gwenn Le Bihan and committed by
GitHub
4506bc2c 9492a473

+10
+10
src/README.md
··· 12 12 - `wasm`: WASM-specific code to provide a JS API to shapemaker, to, for example, make it interact with the WebMIDI API 13 13 14 14 See the individual READMEs in each submodule for more information. 15 + 16 + ```mermaid 17 + graph TD 18 + geometry --> graphics 19 + graphics --> rendering 20 + rendering --> video 21 + synchronization --> video 22 + rendering --> wasm 23 + rendering --> vst 24 + ```