RD-6: Implemeneted M_Init

This commit is contained in:
Jim
2026-05-28 20:41:59 +01:00
parent 93a3c8548e
commit dad59e261d
4 changed files with 330 additions and 2 deletions

View File

@@ -5,3 +5,8 @@ A Rust version of the original DOOM base on the offically released source code f
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.
This repository will be done in two parts before a "release"
1. An initial port keeping as close to the original C code as possible, which some minor modifications where it is clear on how to convert the code to Rust
2. Rust-ify any (hopefully all) parts of the code, that is removing `unsafe` and other such things. This will also include breaking down some of the `uber` sized funtions of the original source into more managable bits