spitwad/docs/index.md

15 lines
588 B
Markdown
Raw Normal View History

2024-03-12 20:33:01 +00:00
# spitwad
`spitwad` is a library for interacting with WAD files, popularized by ID games like DOOM and Quake. The "defining"
feature is for WADs to be transmitted as data over the network and transformed to/from JSON (still working on that part!)
Originally built as a joke between some friends after we laughed about how it would be easier to use WADs to send data
between applications then JSON, then the idea for a WAD library that could transform WADs to/from JSON was born.
## Requirements
Should work on any POSIX platform out of the box
## Usage
Docs are a work in progress!