Difference between revisions of "PluginManager"

From Sim-Im
Jump to navigation Jump to search
(No difference)

Revision as of 19:33, 9 November 2009

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