Massiv


The Massiv is a distributed game middleware whose purpose is to simplify the development of distributed persistent massively multiplayer online games.

The Massiv is a distributed game middleware whose purpose is to simplify the development of distributed persistent massively multiplayer online games.

It is an object-oriented distributed system built on top of C++ and its standard library. It defines an "extended" object model, in a form of coding instructions, that allows the Core to fully manage application objects. This includes automatic object life time management (garbage collection), object serializability and full object introspection, ability to remote call object methods and migrate and replicate objects. All these features are self-contained and implemented by the Massiv core library. A potential application developer has only to know that these features are supported and how to use them properly.

Besides the object model the Massiv also supports transparent simulation state archivation, dynamic download of static data (textures, models) or server load balancing.

Status

Archive

License(s)

GNU Lesser General Public License v2.1 only

Website

VCS repository(ies)

Discussion channels