Skip to content

Documentation

Paul Speed edited this page Oct 14, 2016 · 3 revisions

Documentation

Coming soon.

Rules of Thumb

Wrapping ones head around the concepts of an Entity-Component-System can be difficult. The experience of years of Object Oriented Programming can make it difficult to think in a new mode. Following are some general rules that one should consider in your own ECS application design:

  • Components are data only.
  • Two systems should not be producing the same component type for the same entities.
  • more to come

API Javadoc

It's always worth becoming familiar with the project javadocs and keeping these links handy:

The API documentation is generated as part of the latest Zay-ES release and may have more up to date and specific information than these documentation pages contain.

Clone this wiki locally