Skip to content
Immortius edited this page Jul 3, 2015 · 6 revisions

Gestalt

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.

Contents

[Gestalt Module](Gestalt Module)

[Gestalt Asset Core](Gestalt Asset Core)