You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Immortius edited this page Nov 19, 2019
·
6 revisions
Gestalt
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.