-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Elliot Ford edited this page Apr 6, 2015
·
22 revisions
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). Additionally the two other sections to watch are Extending or customising JALSE and Future changes.
Check out Getting started!
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