Rusted is a MMO space game where player is focusing on buinding its own fleet.
Game client is built using Ogre3D as its 3D renderer and is cross-compiled to linux and windows boxes. Server however is ment to be linux-only. Both components uses Common library where the game physics are implemented.
Rusted is build by pake build system. To compile all just type:
./pake.py -a
to build all targets for the __default
configuration which is pretty much linux debug.
Note: pake
replacement with cmake
is in progress.
./run_tests.py
runs everything which is an automated test.
Following are dependencies from Debian repository, rest are stored under git repository.
cmake libx11-dev libxaw7-dev libglu1-mesa-dev libxrandr-dev libsqlite3-dev mingw-w64-dev zip g++-multilib
This software uses following 3rd party libraries:
- MyGUI is released under MIT license
- Jura font by Daniel Johnson on SIL Open Font License
- OGRE is made available under the MIT License
- boost