RD-5: Implemented Rust equivalent zone allocator

This commit was merged in pull request #5.
This commit is contained in:
Jim
2026-05-27 21:13:18 +01:00
parent 0a979dd8e0
commit 93a3c8548e
4 changed files with 171 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# RustyDoom
A Rust version of the original DOOM from the offically released source code found at [https://github.com/id-software/doom](https://github.com/id-software/doom)
A Rust version of the original DOOM base on the offically released source code found at [https://github.com/id-software/doom](https://github.com/id-software/doom)
This is more of a learning exercise than something good!
This is more of a learning exercise than something good! For example, the original `z_zone.c` and `z_zone.h` will be more "Rust-like" compared to the original version.
This repository will only contain the SHAREWARE verison of the original DOOM1, but will be able to run both IWAD and PWADS.