This directory is provided as a template for local development of EQUINOX-3D plugins.

It is recommended to develop plugins in a separate directory (e.g. your home directory),
not in the main EQUINOX-3D install directory.

That way, when upgrading EQUINOX-3D, you won't have to back up and restore your source code.



To make EQUINOX-3D load the Hello world plugin, add this to the Plugins.list file in the Plugins/ folder:

{
Name	= Examples/Hello world;
Object	= Examples/HelloWorld;
}
