HWadTools

From DoomWiki.org

Revision as of 07:22, 26 February 2018 by Shambler (talk | contribs) (new page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HWadTools is a small collection of wad editing tools, inspired by XWadTools, written by Jon Dowland.

Similar to XWadTools, the intention is for each tool to follow the Unix tradition of "do one thing, and one thing well", with more complex behavior to be achieved by composing the utilities (possibly as part of a pipeline). The tools are written exlcusively using the Haskell programming language.

The collection currently includes: lswad, a WAD lump lister; waddiff, a WAD comparison tool; wadxtract, a prototype WAD extractor and wadcat, a WAD concatenator.

Each release includes binaries for Linux (64-bit), Windows and macOS.

External links