-
Notifications
You must be signed in to change notification settings - Fork 24
Home
What is JALSE?
JALSE is a lightweight framework for simple simulation written in Java 8. The framework provides dynamic yet typed entities that can be processed concurrently. The underlying implementation is up to you - by default its there but it can be replaced.
JALSE is spilt up into 4 major components Actions, Attributes, Entities 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). There are also the specific sections Extending or customising JALSE and Future changes.
This wiki is broken up into sections (see TOC) and each section aims to be complete in its ow
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