Difference between revisions of "AnyWave:DeveloperCorner"
From WikiMEG
(→Download SDK for Linux (qmake/QtCreator gcc 4.9)) |
|||
Line 3: | Line 3: | ||
AnyWave is written using the Qt Framework and the Qt plugin mechanism, so a good knowledge of the Qt Framework is required. | AnyWave is written using the Qt Framework and the Qt plugin mechanism, so a good knowledge of the Qt Framework is required. | ||
− | =SDK= | + | =The SDK= |
− | + | If you have installed AnyWave on your system, you will find all the required files in the installation folder.<br /> | |
− | + | ==Linux== | |
− | == | + | Build from sources following the instructions on our Gitlab.<br /> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
=AnyWave C++ objects= | =AnyWave C++ objects= |
Revision as of 09:14, 2 August 2018
Contents
Welcome
This part of the Wiki is dedicated to developers who would like to implement their own plug-ins for AnyWave.
AnyWave is written using the Qt Framework and the Qt plugin mechanism, so a good knowledge of the Qt Framework is required.
The SDK
If you have installed AnyWave on your system, you will find all the required files in the installation folder.
Linux
Build from sources following the instructions on our Gitlab.
AnyWave C++ objects
See this section of the Wiki to learn more about C++ objects defined in the SDK.
How to build a plugin
The CMake tool will take care of the building step for your plugin.
So, it is strongly advised to get used with the basic cmake concepts, though, it's quite simple to set up a cmake project to build a plug-in:
Follow this section to see have to do it.