Entity-Component-System - A-Frame
Note: This documentation is for the old 1.0.0 version of A-Frame. Check out the documentation for the current 1.2.0 version A-Frame is a three.js framework with an entity-component-system (ECS) architecture. ECS architecture is a common and desirable pattern in 3D and game development that follows the composition over inheritance and hierarchy principle.