Ecosyste.ms: Awesome
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 2 months ago
JSON representation
Reading, writing and working with WAD files using C#
- Host: GitHub
- URL: https://github.com/cyotek/waddemo
- Owner: cyotek
- License: mit
- Created: 2020-07-15T07:04:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T18:01:44.000Z (almost 3 years ago)
- Last Synced: 2023-03-27T13:56:25.646Z (over 1 year ago)
- Topics: csharp, doom
- Language: C#
- Homepage: https://www.cyotek.com/blog/tag/wad
- Size: 479 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)