GithubHelp home page GithubHelp logo

mikalv / surreal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stephank/surreal

0.0 2.0 0.0 6 MB

Reviving the original Unreal Tournament on modern systems.

License: Other

C++ 16.29% C 69.02% Python 0.17% Makefile 0.29% HTML 2.87% Shell 4.88% M4 0.58% Java 0.14% Perl 0.25% Objective-C 1.62% XSLT 0.08% CMake 0.53% JavaScript 0.19% CSS 0.14% TeX 1.50% AppleScript 0.01% Rebol 0.05% Batchfile 0.05% Assembly 1.31% UnrealScript 0.01%

surreal's Introduction

Unreal Tournament

This is a continuation of the original Unreal Tournament engine. It is based on several parts from different sources:

This means that what you will find here is not the complete source code to the Unreal Tournament engine. Only some very specific parts have been open-sourced. However, there is plenty to improve on.

The goal is to get Unreal Tournament running smoothly on modern systems.

For now, this project is codenamed Surreal.

Building on Windows

Make sure you have the Windows and DirectX SDKs installed. Also either opt to install the Visual Studio C compilers during the Windows SDK install, or use the compilers from an existing install of Visual Studio.

TODO: Describe how to install GYP on Windows.

Roughly, you will then want to generate the project files and build them. To get any meaningful result, make sure you're building the Release configuration. On the command line, this would look as follows:

gyp --depth=.
msbuild surreal.sln /p:Configuration=Release

Other platforms

Building on other platforms is currently not possible. Care has been taken to make as much of the source compile on Linux and Mac OS X, but there are no compatible binaries to link to.

License situation

A copy of the Artistic License is included in LICENSE.

This license does not apply to the included dependencies SDL, OpenAL Soft, ALURE and MikMod. For their licenses, see documentation found in the individual subdirectories underneath Deps.

All other source code found here effectively uses the Artistic License:

  • The OpenUT project used the Artistic License during its lifetime.

  • No license was included with the 432 source code release. It is assumed both official releases (OpenUT, and the 432 source code) were using the Artistic License.

  • The updated renderers by Chris Dohnal are based on OpenUT source code. The Artistic License applies to this work.

  • Original work done here also uses the Artistic License.

surreal's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.