Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 683 Bytes

File metadata and controls

15 lines (10 loc) · 683 Bytes

Folder: src/xflow/

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).

Folder Structure

  • 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