Skip to content

Latest commit

 

History

History
 
 

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Folder: src/

This folder contains all sources files used to generate the final xml3d.js library, as well the xflip.js library.

Subfolders:

  • base - Base systems used throughout xml3d.js, such as resource manager, base adapter classes etc.
  • contrib - External libraries
  • data - The data adpater - the connecting piece between XML3D and Xflow for inline nodes as well as external resources
  • interfaces - Connection of XML3D with the DOM
  • math - ... what does this folder do exactly?
  • renderer - The rendering implementation. WebGL specific code should stay in here.
  • types - External types used by XML3D, such as Boundingbox, Vec3, Matrix or Data Observer
  • until - All the stuff were we don't know where to place it.
  • xflip - Xflip implementation, a library for images process with Xflow. Not related to xml3d.js
  • xflow - All code related to the Xflow library. Independent of most other source code.