cyphesis/dox/architecture.md
Erik Ogenvik 613103239f Use Markdown for docs.
Since this format both is easier to write, more widely known and
actually can be read without problems "raw".
Only thing that doesn't really work when reading the raw markdown is the
links, since we need to use the @ref format.
2015-05-28 23:08:23 +02:00

422 B

Overview

Cyphesis is a lightweight MMORPG engine. It has a high performance and very flexible core written in C++, and a broad Python scripting interface for implementing game functionality. The application is single threaded, and handles network traffic using a polling mechanism.

  • [World model](@ref arch_world)
  • [Script interface](@ref arch_script)
  • [Network code](@ref arch_network)