Registered by SirGolan

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. By using Python-Ogre on the client, players can have 3d visuals while within the game.

For more information, see the website: http://www.mv3d.com

Project information

Part of:
tx
Maintainer:
SirGolan
Driver:
Not yet selected
Licence:
MIT / X / Expat Licence

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
Python

Get Involved

  • warning
    Report a bug
  • warning
    Ask a question
  • warning
    Help translate

Downloads

MV3D does not have any download files registered with Launchpad.

Announcements

  • MV3D Goes Beta! on 2011-02-21
    I’m pleased to announce the 0.50 release of MV3D! With this new release, we a...