GithubHelp home page GithubHelp logo

antsam / qengine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from klaussilveira/qengine

0.0 2.0 0.0 5.73 MB

Retro game engine for developers that enjoy creating games like it's 1997.

License: GNU General Public License v2.0

CMake 0.74% C 97.69% Objective-C 1.55% C++ 0.03%

qengine's Introduction

qengine

Build Status GitHub license

qengine is a cross-platform retro game engine. It is aimed at nostalgic game developers that miss simple times and enjoy creating games like it's 1997. The software renderer provides the aesthetic that we all love and the engine limitations exist to make your creativity shine.

The engine is a fork of the Quake II codebase that focuses on serving as a base for standalone games. Unlike other ports, it does not aim at being compatible with mods or the base Quake II game. In fact, many features were removed to reduce the complexity of the codebase and make the process of creating new games on top of the engine easier and faster.

Some notable changes include:

  • Removal of overly specific gameplay code, such as enemies and weapons
  • Merge of modules into a single package. No more DLLs, just a single executable for client and another for server
  • Removal of OpenGL
  • Minimal dependencies

qengine screenshot

Free, open source and community-driven

qengine stands on the shoulders of giants from the Quake II community. The code is built upon Yamagi Quake II, which itself contains code from other amazing projects:

  • Hecatomb
  • Icculus Quake 2
  • KMQuake2
  • Q2Pro
  • QuDoS
  • r1q2
  • stereo quake
  • zeq2

Goals

  • Provide a clean and maintainable base game engine
  • Improve stability across different platforms
  • Enhance the software renderer
  • Improve documentation of asset pipeline

License

qengine is released under the terms of the GPL version 2. See the LICENSE file for further information.

Compiling

$ mkdir build
$ cd build
$ cmake ..
$ make

Running

The engine will look for game data in the assets folder. You can start from scratch, or use the original Quake II game data if you own it.

Tools

Included with the engine there are quite a few useful tools. They are:

Mapping

  • qbsp3
  • qrad3
  • qvis3
  • bspinfo

Textures

  • pcx2wal
  • pcx2pal
  • colormap
  • 16to8

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.