PluginManager

From Sim-Im
Revision as of 20:08, 25 November 2009 by Dirihle (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Requirements

  1. Manager 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