WeyrSDev / SFML-DOOM

Original DOOM source code adapted to use c++ with SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFML-DOOM

Build status Build Status

Original DOOM source code adapted to use c++ (as modern as possible...).

Makes use of SFML for the window, graphics, input, audio and networking.

Intended to work exactly as originally intended all those years ago, so if you notice anything out of order please let me know!

I'm also very open to improvement suggestions.

Building

SFML is the only dependency, so get it from your package manager or pre-built binaries from www.sfml-dev.org

Use cmake to generate the project files, setting the SFML_ROOT cmake variable to the path to your SFML installation

About

Original DOOM source code adapted to use c++ with SFML

License:GNU General Public License v3.0


Languages

Language:C++ 97.4%Language:CMake 1.4%Language:C 1.1%Language:Objective-C++ 0.1%