waddle: WAD file utilities.

[ bsd3, game, library, program ] [ Propose Tags ]

Library for reading WAD files into Haskell types.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6
Change log ChangeLog.md
Dependencies base (>=4.7 && <4.8), binary (>=0.7), bytestring (>=0.10), case-insensitive (>=1.2), containers (>=0.5.5.1), waddle [details]
License BSD-3-Clause
Copyright (c) 2015 Martin Grabmueller
Author Martin Grabmueller
Maintainer martin@grabmueller.de
Category Game
Uploaded by MartinGrabmueller at 2015-05-20T11:37:44Z
Distributions
Executables export-to-js
Downloads 4194 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-06-10 [all 1 reports]

Readme for waddle-0.1.0.2

[back to package description]

Waddle, a library of WAD utilities

Waddle is a library for reading the contents of WAD files.

It can be used to parse WAD files into Haskell data types. Additionaly, WAD data can be exported to JavaScript code.

In the folder "visualizer", there is a HTML5/Canvas viewer for the exported data.

Waddle has been tested with DOOM.WAD, DOOM2.WAD, PLUTONIA.WAD and TNT.WAD from Ultimate DOOM, DOOM II and Final DOOM.

To try it out, make sure you have a WAD file available and do the following:

tar xzvf waddle-X.Y.Z.W.tar.gz
cd waddle-X.Y.Z.W
cabal sandbox init
cabal install
mkdir visualize/data
cabal run DOOM.WAD visualize/data

Then fire up a capable web browser and open visualize/waddle.html.

Happy WAD hacking! Martin