-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Immortius edited this page May 27, 2017
·
6 revisions
Gestalt is a set of Java libraries providing core game engine capabilities. These include:
- A module system for packaging content and code, with modules loaded 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.