Plugin SDK
==========

Welcome to the Plugin SDK. New users should head over to
the Docs folder, where they'll find all the information needed to
get started with the SDK.

Description Of Contents
=======================

Doc
---
Holds the SDK documentation. The documentation covers the required
plugin API for effects, filters, video/audio, bitmap and tool
plugins.

Include
-------
C++ header files for VisualStudio. You may want to add this path
to the VisualStudio default header search path for ease of use.


PluginBuilder
-------------
The PluginBuilder tool to aid in the creation of new plugins based
on existing plugin code. See the SDK documentation for details on
using this tool.

Samples
-------
Several examples of plugins written with this SDK for use with
EditStudio. This is a good place to see how various operations are
performed with the plugins and you can base your own code on these
examples.

Src
---
Source code for some helper classes that make writing plugins
easier. None of these classes are required for building a plugin,
but they can make code easier to understand and use.

Support
=======
All developer support is provided through the Pure Motion online
forums at:

www.puremotion.com/forums

We regret that we cannot answer individual developer queries by
Email.