-
Notifications
You must be signed in to change notification settings - Fork 2
Components
Functionality is encapsulated in independent components, which communicate with the main lib using the ```construct`` object loaded in the global namespace.
The officially supported list of components are available at: http://github.com/construct-components
Developers are encouraged to extend the core library with their own components, that could be either app specific or re-usable in nature.
The template for any given component is at: http://github.com/construct-components/component
Collections are compiled for types of components, to shorten the dependency list on the application level.
construct-asset construct-terrain
object-lod
construct-water construct-fog construct-rain
construct-tree construct-bush construct-grass app.ui.slider construct.grass
construct-building construct-road
construct-vehicles
construct-human construct-animal
=======================
construct-objects
construct-physics
<x-construct>
<scene is=“construct-scene”>
<water is=“construct-water”>
</scene>
</x-construct>