Quake 2 Map Renderer written in Go and OpenGL.
- Loads any BSP file from Quake 2
- Free roam around the environment
- Renders only a small sector of the map depending on player location
- Supports static lightmapping
- Clone this project.
- Get the game demo data. Download Quake 2 Demo and copy baseq2/pa0.pak from the Quake 2 directory to
data/
folder in this repository. - Run
go build
.
- W/S to move forward/backward.
- A/D to move left/right.
- Use mouse to look around