/bspshow

A very rudimentary Quake 1 BSP renderer.

Primary LanguageCGNU General Public License v2.0GPL-2.0

BSPshow

A simple Quake 1 BSP renderer. Written for fun when trying to understand how the .bsp format works.

http://en.wikipedia.org/wiki/BSP_(file_format)

Compiling

BSPshow is compiled using CMake which can generate make-/project-files for different platforms.

mkdir build
cd build
cmake ..
make