Skip to content

quinsmpang/xsilium-engine

 
 

Repository files navigation

xilium-engine

MMO engine based on OpenSource librairies.

The main goal of our project is to make a mmo framework that can run on Linux, Mac and Windows.

The xsilium-engine repo contain the engine and also a Demo/test client.

The engine is based on librairies below:

- Ogre	 (3d engine)
- CeGui	 (GUI librairie)
- Enet	 (Network API)
- Bullet (Physic & Collision)
- SkyX	 (Atmospheric system)
- Hydrax (Water system)	
- OpenAL (3d sound engine)

Dependencies:

- CMake
- Boost (1.58 or higher)
- Cg nvidia
- OpenGL
- C++ compiler

All other dependencies is include into this repository.

To install:

- Run your cmake client inside xsilium-engine folder.
- Choose your compiler, choose a build folder and generate.
- Go to your build folder and compiling it.

Packages

No packages published

Languages

  • C++ 51.9%
  • C 40.5%
  • HTML 2.6%
  • Roff 1.3%
  • Shell 1.1%
  • CMake 0.8%
  • Other 1.8%