Open Source VirtualWorld and MMOG Development Platform
3D Client (Windows), Server, and Tools to easily create massively multiplayer games and virtual worlds.
If you want to contribute to the source code please go to https://github.com/multiversemmo/MultiversePlatform
The project 'MultiVerse' will be an open, decentralized, 3D virtualworld where players and server owners can create or import content, build objects and define custom behaviour using scripts. Players can interact with objects in various ways.
A virtualworld engine writen by C# Provide network,serialization,thread management,work flow,cluster management,RPC etc.It's designed for concurrency. For performance, it doesn't use lock to resolve conflicts, otherwise it use queues.