Difference between revisions of "PluginManager"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Requirements== | ==Requirements== | ||
− | # Manager | + | # Manager must to enumerate available plugins, load any of available plugin, unload any loaded plugin |
# Plugins placement may by different on different platforms and release or debug build | # Plugins placement may by different on different platforms and release or debug build | ||
## Linux: | ## Linux: |
Latest revision as of 20:08, 25 November 2009
Requirements
- Manager must to enumerate available plugins, load any of available plugin, unload any loaded plugin
- Plugins placement may by different on different platforms and release or debug build
- Linux:
- Release:
- Debug:
- Window:
- Release:
- Debug:
- MacOS:
- Release: "%Application%/Content/PlugIns"
- Debug: "%Application%/Content/PlugIns"
- Linux: