PluginManager

From Sim-Im
Revision as of 19:33, 9 November 2009 by Digger (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Requirements

  1. Manager is must to enumerate available plugins, load any of available plugin, unload any loaded plugin
  2. Plugins placement may by different on different platforms and release or debug build
    1. Linux:
      1. Release:
      2. Debug:
    2. Window:
      1. Release:
      2. Debug:
    3. MacOS:
      1. Release: "%Application%/Content/PlugIns"
      2. Debug: "%Application%/Content/PlugIns"

Tests