-
Notifications
You must be signed in to change notification settings - Fork 24
What is a JALSE instance?
A JALSE instance is the root of the tree - this can be used to create the top level entities, process the entire tree and control the ActionEngine. JALSE must be provided an EntityFactory and ActionEngine that it flows down the tree.
JALSE is an EntityContainer so can be the direct parent of an Entity.
What is DefaultJALSE?
JALSE is designed to work out of the box but be customisable enough to suit different use-cases. DefaultJALSE.Builder can be used to configure (or replace) the default implementations and build a JALSE instance. This allows the default implementations to be used easily and support a range of different situations (see Building a JALSE instance).
For more information about creating and using custom JALSE implementations see Extending or customising JALSE.
Check out the Example projects and Code snippets!
Getting Started
- Getting the latest release
- Building from source
- Example projects
- Code snippets
- How to contribute
- Have bugs or questions?
How To Use
- JALSE
- Entities
- Attributes
- Actions
- Tags
Misc