MakeGL
Fast, small Javascript 3D engine. Bringing 3D applications to life. Capable of AR and VR. And to top it off - easy to use
About
While the API provides many functions and objects, the vast majority of users will require very few, with the remainder being for more advanced/specialist use.
It is possible to create simple 3D scenes without any programming at all.
The entities that make up MakeGL are influenced heavily upon the glTF format, which is considered the JPEG of 3D.
Scene Overview
Each scene is made up of Transform objects that form a tree through parent / children associations.
Transforms have a position, rotation and scale with each one being an offset from it's parent. Each Transform can have it's own behaviors (predefined or scripted).
There are extensions of Transform objects to represent: