-
Notifications
You must be signed in to change notification settings - Fork 112
InvocationStrategy
Luca Vignaroli edited this page Jun 27, 2017
·
5 revisions
Responsible for handling invocation of systems.
Maybe you want to more granular control over system invocations, feed certain systems different deltas, or completely rewrite processing in favor of events. Extending SystemInvocationStrategy
allows you to write your own logic for processing system invocation. Register it with WorldConfigurationBuilder.register(strategy)
.
- Separation of logic and rendering.
- Fault-tolerant editors, reverting to previously known working state in case of error.
- Wrapping the world in an FSM, acting on game state.
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference