From 7ecb65a14162fbd80e5b7e1b4b087189d3f5a546 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 21 Mar 2022 10:41:53 +0100 Subject: [PATCH] doc: updated links --- docs/md/links.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/md/links.md b/docs/md/links.md index 1a9f3350d..efed65f68 100644 --- a/docs/md/links.md +++ b/docs/md/links.md @@ -146,11 +146,13 @@ I hope this list can grow much more in the future: oriented game engine. * [Becketron](https://github.com/Doctor-Foxling/Becketron): a game engine written mostly in C++. - * [Spatial Engine](https://github.com/luizgabriel/Spatial.Engine): A + * [Spatial Engine](https://github.com/luizgabriel/Spatial.Engine): a cross-platform engine created on top of google's filament rendering engine. * [Kaguya](https://github.com/KaiH0717/Kaguya): D3D12 Rendering Engine. - * [OpenAWE](https://github.com/OpenAWE-Project/OpenAWE): Open implementation + * [OpenAWE](https://github.com/OpenAWE-Project/OpenAWE): open implementation of the Alan Wake Engine. + * [Nazara Engine](https://github.com/DigitalPulseSoftware/NazaraEngine): fast, + cross-platform, object-oriented API to help in daily developer life. * Articles, videos and blog posts: * [Some posts](https://skypjack.github.io/tags/#entt) on my personal