From 9608cf68239bcf5423cc7ba48500d07936d2d86b Mon Sep 17 00:00:00 2001 From: Ribbon <55782009+hardBSDk@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:36:49 -0300 Subject: [PATCH] Add a note about the purpose of this fork --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15eee9f..1549191 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Rust Doom ========= +**Fork created to maintain the original project that was abandoned** + A little Doom 1 & 2 Renderer written in [Rust](https://github.com/rust-lang/rust). Mostly written while I was learning the language starting around 6 years ago, so it might not the best example of Rust code! PR-s are welcome. The code is mostly based on the endlessly useful [Doom Wiki](http://doomwiki.org) and the [Unofficial Doom Specs](http://www.gamers.org/dhs/helpdocs/dmsp1666.html). It is **not** a port of the original Doom C source code into Rust; I've been doing my best to make the code as idiomatic as possible and have not looked at the original in a long time.