Waddle is a library for reading the contents of WAD files, as used by the DOOM engine. It can be used to parse WAD files into Haskell data types. Additionaly, WAD data can be exported to JavaScript ...
let w: Wad = Wad::from_path("./wads/MYWAD.wad"); // this returns an option depending on whether there is a lump at index 0 let first_entry = w.get_at_index(0).unwrap ...
Some results have been hidden because they may be inaccessible to you