Difference between revisions of "AnyWave::plugins"

From WikiMEG
Jump to: navigation, search
(Created page with "The writer is called Dimple though she won't really like being called like this. Some time ago I decided to stay in Texas and my family loves the. Collecting marbles is someth...")
 
(Created page with "'''AnyWave''' uses external modules called plug-ins, which are loaded at startup and extend the functionalities of the application.<br/> Depending on the platform, plug-ins ar...")
 
Line 1: Line 1:
The writer is called Dimple though she won't really like being called like this. Some time ago I decided to stay in Texas and my family loves the. Collecting marbles is something he really enjoys . For years he's been being a medical worker but he plans on changing the concept. You can always find her website here: http://eurotrucksimulator2keygen.net/<br><br>Also visit my blog - [http://eurotrucksimulator2keygen.net/ Euro Truck Simulator 2 Key]
+
'''AnyWave''' uses external modules called plug-ins, which are loaded at startup and extend the functionalities of the application.<br/>
 +
Depending on the platform, plug-ins are files with different extensions.<br/>
 +
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.<br/>
 +
<br/>
 +
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.

Latest revision as of 14:39, 30 March 2016

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.