AnyWave::plugins

From WikiMEG
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.