A simple Quake map viewer in OpenGL.
To build opengl-quake, you must first install the following tools:
$ sudo zypper install ninja gcc-c++ libSDL2-devel glu-devel
$ sudo apt install ninja-build g++ libsdl2-dev libglu1-mesa-dev
To build the quake demo program, run:
$ ninja
A build
directory will be created, containing the demo program.
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
Licensed under MIT license. See LICENSE for more information.
- Johan Gardhage