https://github.com/neverbot/wadviewer
https://github.com/neverbot/wadviewer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/neverbot/wadviewer
- Owner: neverbot
- Created: 2025-05-06T16:22:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-06T16:46:29.000Z (about 1 year ago)
- Last Synced: 2025-05-06T17:45:05.925Z (about 1 year ago)
- Language: C++
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# wadviewer
## Usage
The program can now be run in these ways:
```bash
# (uses default WAD format)
wadviewer content.wad level1
wadviewer -wad content.wad level1
wadviewer -json content.json level1
wadviewer -dsl content.dsl level1
```
Example:
```bash
wadviewer wads/doom1.wad E1M1
```