diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-18 08:50:34 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-18 08:50:34 +0200 |
| commit | 26f347455410db42a958102f50d6d52ef7e74cab (patch) | |
| tree | aff34ffaa7c90814ad443739410b2e82d01b9513 /README.md | |
| parent | f07957d7e4a67792af5356ea3f8c09b318283cce (diff) | |
| download | probe-26f347455410db42a958102f50d6d52ef7e74cab.tar.gz | |
Added reading of Doom WAD files in Zig
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,3 +24,4 @@ running it. | [zig-http](./zig-http) | Basic example of a HTTP 1.1 server without any routing etc. | | [zig-x11-box](./zig-x11-box) | Move a box around with arrow keys with Xlib and Zig. | | [zig-kv-store](./zig-kv-store) | Simple Key-value store that mimics memcached written in Zig. | +| [zig-wad](./zig-wad) | Reads doom.wad and extracts the identification header. | |
