Skip to content

csabahruska/gpipe-quake3

Repository files navigation

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
    

About

Quake 3 map viewer in Haskell using GPipe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published