PluginManager

From Sim-Im
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