-
Notifications
You must be signed in to change notification settings - Fork 18
Documentation
Paul Speed edited this page Oct 14, 2016
·
3 revisions
Coming soon.
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
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.
- Home
- Getting Started
- Documentation
- Rules of Thumb
- API Javadoc
- [Interesting Links](Interesting Links)
- Zay-ES Case Studies