Doom Command Center is an all-in-one tool for automating the process of obtaining Doom WADs, recording demos, producing videos, and anything else Doom-related you may want to do.
Find a file
yrriban 639389e38f Normalize wads arriving in zips wrapping dirs.
Most wads put all the files directly in the top level of the zip; some
instead include a top level directory and put everything in that.  We
create our own directory to extract into to avoid polluting the PWAD
directory, and then in the latter case move everything up a level and
then remove the wrapping directory.
2026-08-02 13:58:01 -04:00
doomcc Normalize wads arriving in zips wrapping dirs. 2026-08-02 13:58:01 -04:00
tests Minor fixes to testing whether a demo exists. 2026-01-19 13:05:29 -05:00
.gitignore Update gitignore to handle poetry-produced files. 2025-08-20 22:38:24 -04:00
LICENSE Add MIT license. 2025-08-20 22:39:07 -04:00
Makefile Rename references to dcc to doomcc. 2025-12-24 23:01:25 -05:00
pyav_by8 Notes on a particularly perplexing ffmpeg problem. 2025-05-30 02:10:06 -04:00
pyproject.toml Minor tweak to license specification. 2026-01-19 13:03:52 -05:00
README.md Add a rudimentary README. 2025-08-21 01:27:22 -04:00

Doom Command Center

Doom Command Center is an all-in-one tool for automating the process of obtaining Doom WADs, recording demos, producing videos, and anything else Doom-related you may want to do.