Skip to content
Noah Oblath edited this page Jun 9, 2017 · 2 revisions
  • Use of Nymph is divided into three layers: UI, Application, and Data
  • Everything is configured at runtime for maximum reusability
  • Data objects store information
  • Processors operate on Data objects
  • Data objects are collected in extensible data objects
  • Processors are connected together using a signal/slot mechanism
  • Extensible data objects are passed between processors from signal to slot
  • Development goal: data storage and processor actions (most development work) is separated from extensible-ness and signals/slots

Clone this wiki locally