# Copyright (C) 2006-2011 Mortal Coil Games # See LICENSE for details. """ MV3D is an open source virtual world simulation framework written in Python. It was designed with scalability in mind and aims to be able to distribute a world across as many servers as needed while dynamically balancing the load. The simulation framework is not specifically slanted towards any one genre of online game, and can just as easily be used for a space game as a fantasy setting. Objects on a MV3D server are simulated using the ODE physics engine for realistic physics reactions. A single server can host thousands of of simulated objects. MV3D can use either Python-Ogre or Panda3D on the client for 3D visuals. For more information on features. See the website for more details: http://www.mv3d.com """ __version__ = "MV3D Version 0.60"