Skip to content
Immortius edited this page May 27, 2017 · 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 Asset Core