AnyWave:DeveloperCorner

From WikiMEG
Revision as of 16:02, 25 February 2015 by Bruno (Talk | contribs)

Jump to: navigation, search

Welcome

This part of the Wiki is dedicated to developers who would like to implement their own plug-ins for AnyWave.

Setting up the SDK

Before developing a plug-in for AnyWave, the developer must download and build the SDK.
The SDK is available here: https://github.com/anywave/sdk
Note that you can also try to build the complete AnyWave software which includes the SDK.
AnyWave git repository is available here: https://github.com/anywave/anywave

Clone the sdk repository on your computer:

Software requirements

The SDK requires that at least two software to be available in the computer:

  • Qt4 framework
  • The VTK library (version 5.4.2 to 5.8 will work)