PluginManager

From Sim-Im
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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