Documentation
Usage
There's no need to compile the application, since it's language is python. In order to execute it, just type python run.py config.xml. If there's any error during the processing, the program will halt and inform you. Otherwise, the requested output file is completed.
Structure
The whole application is based on it's plugins. Anyone can add a custom plugin to the respective folder, and have the application recognizing it with almost any other effort at all.
Configuration File
The configuration file should be a xml formated file with the following structure
<animall>
<pluginType>
<plugin name="name">
plugin configuration
</plugin>
</pluginType>
</animall>
Tags explanation:
animall - mandatory, it delimits the configuration.
pluginType - Defines the type of plugins that are going to be configured. Can be one of input, output, and animator.
plugin - Each pluginType can have several plugins loaded. While loading a plugin, it's name should be given in the first tag. The configuration depends on each plugin.
Example can be found in this page's attachments.
Developing Plugins
Attachments
-
config.xml
(489 bytes) - added by tiagoboldt
3 years ago.
config.xml