An open API service indexing awesome lists of open source software.

https://github.com/cyotek/waddemo

Reading, writing and working with WAD files using C#
https://github.com/cyotek/waddemo

csharp doom

Last synced: about 1 year ago
JSON representation

Reading, writing and working with WAD files using C#

Awesome Lists containing this project

README

          

# Reading and Writing WAD Files with C#

This repository contains a simple library for working with DOOM
WAD files, along with sample applications for viewing WAD
contents, extracting contents or creating brand new WADs.

For more information, please see the following articles on the
Cyotek blog:

* [Reading DOOM WAD Files](https://www.cyotek.com/blog/reading-doom-wad-files)
* [Writing DOOM WAD Files](https://www.cyotek.com/blog/writing-doom-wad-files)