Components: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(Created page with "A collection of reusable components. Most of these components are used by more than one application within the OpenMW project. See the source documentation for a list of compone...")
 
(added line on component dependencies)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A collection of reusable components. Most of these components are used by more than one application within the OpenMW project.
A collection of reusable components. Most of these components are used by more than one application within the OpenMW project.


See the source documentation for a list of components: http://zinnschlag.github.com/openmw/group__components.html
See the [https://github.com/OpenMW/openmw/tree/master/components source tree] for a list of components.
 
An ideal component is self-contained with no additional dependencies on the OpenMW codebase. In some cases depending on another component is OK.

Latest revision as of 22:04, 15 July 2015

A collection of reusable components. Most of these components are used by more than one application within the OpenMW project.

See the source tree for a list of components.

An ideal component is self-contained with no additional dependencies on the OpenMW codebase. In some cases depending on another component is OK.