Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 830 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 830 Bytes

gpipe-quake3

Build Status

Quake 3 level viewer in Haskell using GPipe.

PAK0.PK3 file is needed, get it from the Quake3 demo version.

$ cabal install
$ gpipe-quake3 q3dm1

Short gifv

Quake III level viewer

Optional: Stack build

Stack can be used to build the viewer with minimal dependencies:

  1. Fetch the latest stack tool.

  2. Build using stack (this will fetch the ghc Haskell compiler if necessary, and all dependencies):

    $ stack build
    
  3. Run using stack:

    $ stack exec gpipe-quake3 -- q3dm1