Skip to content

Components

tracend edited this page Dec 6, 2014 · 7 revisions

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

Sample application

<x-construct>
	<scene is=“construct-scene”>
		<water is=“construct-water”>
	</scene>
</x-construct>

Clone this wiki locally