https://github.com/cyotek/doompictureviewer
Decoding DOOM pictures using C#
https://github.com/cyotek/doompictureviewer
csharp doom
Last synced: about 1 year ago
JSON representation
Decoding DOOM pictures using C#
- Host: GitHub
- URL: https://github.com/cyotek/doompictureviewer
- Owner: cyotek
- License: mit
- Created: 2020-07-23T19:29:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T06:04:41.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T18:51:18.465Z (over 1 year ago)
- Topics: csharp, doom
- Language: C#
- Homepage: https://www.cyotek.com/blog/decoding-doom-picture-files
- Size: 345 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Decoding DOOM Picture Files

This repository contains a simple application that can decode
the picture lumps extracted from a DOOM WAD.
For more information, please see the following article on the
Cyotek blog:
* [Decoding DOOM picture files](https://www.cyotek.com/blog/decoding-doom-picture-files)