Project Description
Ximera is a plugin-driven game engine that provides a common interface for working with other engines. It allows you to keep the same code-base for all platforms. Currently, it supports Ogre3D for graphics, DirectInput for input, Lua for scripting, OpenAL for audio, ODE for physics, and CEGUI for gui. To support another engine/platform, you just need to create the appropriate plugin for it.
This project is still in a very early stage, therefore a release will follow until it is relatively stable.