README & build instructions work in progress.
Iron DOOM is a DOOM wad renderer/viewer written using WGPU, notably: with no code from the original DOOM project.
All wad specifications have been implemented either via:
- The Unofficial DOOM Specs
- Doom Wiki
- ZDoom Wiki
- BOOM reference
I've tested this with:
- DOOM / DOOM2
- FreeDOOM
- Heretic
- Chex Quest
The last Rust nightly is required:
rustup default nightly
rustup upgrade nightly
Then, run cargo run --release
from the id_viewer
project.
Soon this will be accessible via a Web interface.