-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Immortius edited this page Nov 19, 2019
·
6 revisions
Gestalt is a set of Java libraries (generally Android compatible as well) providing core game engine capabilities. These include:
- A module system for packaging content and code, with the ability to load modules at runtime. This is intended to support mods and extensions (e.g. dlc).
- An asset framework building on the module system for handling game assets. Includes support for automatically reloading assets that are changed on the file system, to aid rapid development.
- An entity/component system for handling game objects as compositions of reusable components.