From b8f0a8d8ecd54b52a90105efff0acf60db3bf2c3 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 19 Mar 2023 15:31:31 +0100 Subject: [PATCH] doc: a couple of interesting articles/series (close #994) --- docs/md/links.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/md/links.md b/docs/md/links.md index 26fce81cd..9597ea9ae 100644 --- a/docs/md/links.md +++ b/docs/md/links.md @@ -203,6 +203,12 @@ I hope this list can grow much more in the future: - ... And so on. [Check out](https://www.youtube.com/channel/UCQ-W1KE9EYfdxhL6S4twUNw) the _Game Engine Series_ by The Cherno for more videos. + * [Warmonger Dynasty devlog series](https://david-delassus.medium.com/list/warmonger-dynasty-devlogs-f64b71f556de) + by [linkdd](https://github.com/linkdd): an interesting walkthrough of + developing a game (also) with EnTT. + * [Use EnTT When You Need An ECS](https://www.codingwiththomas.com/blog/use-entt-when-you-need-an-ecs) + by [Thomas](https://www.codingwiththomas.com/): I couldn't have said it + better. * [Space Battle: Huge edition](http://victor.madtriangles.com/code%20experiment/2018/06/11/post-ecs-battle-huge.html): huge space battle built entirely from scratch. * [Space Battle](https://github.com/vblanco20-1/ECS_SpaceBattle): huge space