See installation.html for instructions on how to install the project template. Only the following instructions are necessary to create a plugin project once the template is installed.

To use:
Choose the Lightwave Plugin option in the 'New Project' dialog and type in a name for your project. You will then be prompted to choose a path for your project. Choose an appropriate location and hit save to finish creating your project.

setup3

setup4

Once your project has been created, copy serv.def to the directory you chose.

setup6


A sample plugin, Tutorial_Box1 will already be created for you in box.c. You can choose to keep the file by saving it and then build the sample code, or you can simply remove the file from the project without saving it if you'd like to create your own plugin code instead.

That's all there is to it! You may also optionally rename the output file in your project options to use a .p extension instead of a .dll extension.

setup5