AnyWave::plugins

From WikiMEG
Revision as of 14:39, 30 March 2016 by Bruno (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

AnyWave uses external modules called plug-ins, which are loaded at startup and extend the functionalities of the application.
Depending on the platform, plug-ins are files with different extensions.
On Windows systems plug-ins are .dll files where on Mac OS X systems the extension is .dylib. Linux version of AnyWave will use plugin with .so extension.

Regular plug-ins must be written in C++ and make use of the Qt Framework. However, it is also possible to use plug-ins written in MATLAB.