Skip to content

gnuzinho/Doomsday-Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doomsday Engine

This is the source code for Doomsday Engine: a portable, enhanced source port of id Software's Doom I/II and Raven Software's Heretic and Hexen. The sources are under the GNU General Public license (see doomsday/gpl-3.0.txt), with the exception of the Doomsday 2 libraries that are under the GNU Lesser General Public License (see doomsday/lgpl-3.0.txt).

For compilation instructions and other details, see the documentation wiki: http://dengine.net/dew/

Libraries

libcore is the core of Doomsday 2. It is a C++ class framework containing functionality such as the file system, plugin loading, Doomsday Script, network communications, and generic data structures. Almost everything relies or will rely on this core library.

liblegacy is a collection of C language routines extracted from the old Doomsday 1 code base. Its purpose is to (eventually) act as a C wrapper for libcore. (Game plugins are mostly in C.)

libgui builds on libcore to add low-level GUI capabilities such as OpenGL graphics, fonts, images, and input devices.

libappfw contains the Doomsday UI framework: widgets, generic dialogs, abstract data models. libappfw is built on libgui and libcore.

libshell has functionality related to connecting to and controlling Doomsday servers remotely.

External Dependencies

CMake

Doomsday is compiled using CMake. Version 3.1 or later is required.

Qt

Using the latest version of Qt 5 is recommended. The minimum required version is Qt 4.8. See Supported platforms in the wiki for details about which version is being used on which platform.

Open Asset Import Library

libgui requires the Open Asset Import Library for reading 3D model and animation files. It is compiled automatically as part of the build and is expected to be present as a Git submodule in doomsday/external/assimp. Source tarballs come with the Assimp sources included.

SDL 2

SDL 2 is needed for game controller input (e.g., joysticks and gamepads). Additionally, SDL2_mixer can be used for audio output (not required).

FMOD Ex

The optional FMOD audio plugin requires the FMOD Ex Programmer's API.

Branches

The following branches are currently active in the repository.

  • master: Main code base. This is where releases are made from on a biweekly basis. Bug fixing is done in this branch, while larger development efforts occur in separate work branches.
  • stable: Latest stable release. Patch releases can be made from this branch when necessary.
  • stable-x.y: Stable release x.y.
  • legacy: Old stable code base. Currently at the 1.8.6 release.

About

A portable, enhanced source port of Doom, Heretic and Hexen.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 67.0%
  • C 20.4%
  • Python 3.3%
  • Objective-C 2.7%
  • HTML 2.0%
  • PHP 1.5%
  • Other 3.1%