From ebe4fd0a59c6a6e851462aa3e3b306bfa5ede640 Mon Sep 17 00:00:00 2001 From: numzero Date: Sat, 23 Sep 2023 09:57:58 +0300 Subject: [PATCH] Refer to the origins in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0c496c6..f3a5efef 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ IrrlichtMt version 1.9 ====================== -The Irrlicht Engine is an open source realtime 3D engine written in C++. - -This is a fork by the [Minetest](https://github.com/minetest) developers that was stripped-down and customized specifically for use in Minetest. +IrrlichtMt is the 3D engine of [Minetest](https://github.com/minetest). +It is based on the [Irrlicht Engine](https://irrlicht.sourceforge.io/) but is now developed independently. It is intentionally not compatible to upstream and is planned to be eventually absorbed into Minetest. Build