This commit is contained in:
Evan Burkey 2024-03-13 08:19:43 -07:00
parent 63e79490c9
commit 4d13ac6a73
1 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,9 @@
# spitwad # spitwad
`spitwad` is a library for interacting with WAD files, popularized by ID games like DOOM and Quake. The "defining" Originally conceived as a joke between some friends after we laughed about how it would be better to use WADs to send data
feature is for WADs to be transmitted as data over the network and transformed to/from JSON (still working on that part!) between applications then JSON, because JSON is stupid and wasteful. `spitwad` is a library for interacting with WAD
files, popularized by ID games like DOOM and Quake. You can use it in your DOOM clone, or to package your data and
Originally built as a joke between some friends after we laughed about how it would be easier to use WADs to send data send it over a network as a WAD. Why? Why not!
between applications then JSON, then the idea for a WAD library that could transform WADs to/from JSON was born.
## Requirements ## Requirements