Here located is the implementation of the Xflow library. This library provides a JavaScript interface to construct data composition and flow graphs. Thus it can be used for xml3d.js as well as other applications (such as xflip.js).
- interface - All interface function and classes. These are the only classes / functions that should be used by external applications
- operator - Operators that perform processing on the data.
- processing - Internal structures generated from interface structures for efficient processing
- utils - Utility code, not sure where else to place it