From 458e1cb82e0943db62e9673124192e46144ebe7f Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Sun, 29 Dec 2024 00:02:13 -0600 Subject: [PATCH] readme stuffs --- README.md | 11 +++++++++++ lib/{README.md => README_DLL.md} | 0 2 files changed, 11 insertions(+) rename lib/{README.md => README_DLL.md} (100%) diff --git a/README.md b/README.md index acfd54b..1e4a093 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,22 @@ A 3D Game engine for Small to Medium-sized games with a LUA Scripting interface. written in C++ with a simple, Good looking interface. + +## Tools Used + +- [ImGui](https://github.com/ocornut/imgui) +- [GCML](https://dock-it.dev/GigabiteStudios/gcml) +- [DLL-Exctractor](https://dock-it.dev/Bit-By-Byte/DLL-Extractor) + ## History Of Tesseract + + ### Note: These screenshots are sorted by version. + + #### 0.0.76 Added: - Engine Profiler diff --git a/lib/README.md b/lib/README_DLL.md similarity index 100% rename from lib/README.md rename to lib/README_DLL.md