From 1dc289762ee26ce1020cad5bcdb37c88bb1efe28 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Tue, 16 Dec 2025 06:35:29 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8569a352..58a7f5e4 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ TinyObjLoader is successfully used in ... * Supernova Engine - 2D and 3D projects with Lua or C++ in data oriented design: https://github.com/supernovaengine/supernova * AGE (Arc Game Engine) - An open-source engine for building 2D & 3D real-time rendering and interactive contents: https://github.com/MohitSethi99/ArcGameEngine * [Wicked Engine](https://github.com/turanszkij/WickedEngine) - 3D engine with modern graphics -* Your project here! (Letting us know via github issue is welcome!) +* Your project here! (Plese send PR) ### Old version(v0.9.x) From d56555b026c1c7cec0f93f3ec7f1de2ff005c5ad Mon Sep 17 00:00:00 2001 From: DrElliot <133075253+MrDrElliot@users.noreply.github.com> Date: Sat, 20 Dec 2025 10:05:18 -0600 Subject: [PATCH 2/2] Update README.md (#398) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a7f5e4..8bfcdc2b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ TinyObjLoader is successfully used in ... * metal-ray-tracer - Writing ray-tracer using Metal Performance Shaders https://github.com/sergeyreznik/metal-ray-tracer https://sergeyreznik.github.io/metal-ray-tracer/index.html * Supernova Engine - 2D and 3D projects with Lua or C++ in data oriented design: https://github.com/supernovaengine/supernova * AGE (Arc Game Engine) - An open-source engine for building 2D & 3D real-time rendering and interactive contents: https://github.com/MohitSethi99/ArcGameEngine -* [Wicked Engine](https://github.com/turanszkij/WickedEngine) - 3D engine with modern graphics +* [Wicked Engine](https://github.com/turanszkij/WickedEngine) - 3D engine with modern graphics +* [Lumina Game Engine](https://github.com/MrDrElliot/LuminaEngine) - A modern, high-performance game engine built with Vulkan * Your project here! (Plese send PR) ### Old version(v0.9.x)