-
Notifications
You must be signed in to change notification settings - Fork 24
Home
JALSE is spilt up into 4 major components attributes, entities, actions and tags and each of these components can be individually - this is reflected in this wiki. The TOC (right) will break up each of these 4 main sections into smaller chunks (mostly made up of code snippets).
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 (see What is a JALSE? for more information).
By default JALSE works out of the box (providing many default implementations) - this coupled by the separation of the above 4 main sections means these components can often be swapped out in singularity (see Extending or customising JALSE for more information).
See Future changes!
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