Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.
Adrian L Lange edited this page Jun 30, 2018 · 17 revisions

This is the wiki for the LibContainer framework.

The framework is inteded to be distributed ONLY in an embedded fashion, and will complain when multiple instances of itself is present. See the embedding page for guidance.

The framework is comprised of the following parts:

In addition, there are a few utilities:

  • Callback - Enabling callbacks in layouts
  • Event - Easy event handling
  • Item - Easy item data handling

Most of these parts are mixins, so there is a chain of dependencies between the parts.
This separation makes it easier to maintain, and allows significant manipulation power in layouts.

Clone this wiki locally