Using the Development Environment
Congratulations on setting up an MV3D development environment! Now what?
Running a Server (starting Overseer)
Start a server by opening a command line window and navigating to MV3D's trunk folder (for installs with Combinator, this is ~/Projects/MV3D/trunk or C:\Projects\MV3D\trunk).
python mv3d/tools/overseer/overseer.py
Running the Client
Open a command line window and navigate to MV3D's trunk folder (for installs with Combinator, this is ~/Projects/MV3D/trunk or C:\Projects\MV3D\trunk).
python RunClient.py
Running a Tool
The tools are located in mv3d/tools off of MV3D's trunk folder (for installs with Combinator, this is ~/Projects/MV3D/trunk or C:\Projects\MV3D\trunk).
python mv3d/tools/composer/composer2.py
