Skip to content

johangardhage/opengl-quake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opengl-quake

A simple Quake map viewer in OpenGL.

Screenshot

Prerequisites

To build opengl-quake, you must first install the following tools:

Install dependencies

openSUSE

$ sudo zypper install ninja gcc-c++ libSDL2-devel glu-devel

Ubuntu

$ sudo apt install ninja-build g++ libsdl2-dev libglu1-mesa-dev

Build instructions

To build the quake demo program, run:

$ ninja

A build directory will be created, containing the demo program.

Usage

Usage: quake [OPTION]...

Options:
 -h, --help         Display this text and exit
 -w, --window       Render in a window
     --fullwindow   Render in a fullscreen window
 -f, --fullscreen   Render in fullscreen
 -c, --showcursor   Show mouse cursor
     --nocursor     Hide mouse cursor

License

Licensed under MIT license. See LICENSE for more information.

Authors

  • Johan Gardhage

About

A simple Quake map viewer in OpenGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages