From b39edfb9d4b79758e0b1d812db8cd0e142d8027f Mon Sep 17 00:00:00 2001 From: Ton Sharp Date: Sat, 18 Apr 2026 00:25:33 +0300 Subject: [PATCH 1/2] feat: add DagorEngine to frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d43452..c5309b4 100644 --- a/README.md +++ b/README.md @@ -573,6 +573,7 @@ A selection of major game studios, publishers, etc.: * [Cocos2d-x](https://github.com/cocos2d/cocos2d-x) - Multi-platform framework for building 2d games, interactive books, demos and other graphical applications. It is based on cocos2d-iphone, but instead of using Objective-C, it uses C++. It works on iOS, Android, Windows Phone, OS X, Windows and Linux. * [Crafty](https://github.com/craftyjs/Crafty) - JavaScript game library that can help you create games in a structured way. * [CutJS](https://github.com/piqnt/cutjs) - Lightweight and fast 2D HTML5 rendering engine for cross-platform game development. +* [DagorEngine](https://github.com/GaijinEntertainment/DagorEngine) - Open game engine and toolset from Gaijin Entertainment. * [Dash](https://github.com/Circular-Studios/Dash) - Free and open 3D game engine written in D. * [Duality](https://github.com/AdamsLair/duality) - 2D Game Development Framework. * [EaselJS](https://github.com/CreateJS/EaselJS/) - Library to make working with the Canvas element easier. From 13625fc3f5e15b6bad8d388cd1dd03001d2467b5 Mon Sep 17 00:00:00 2001 From: Ton Sharp <45160296+66Ton99@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:21:51 +0300 Subject: [PATCH 2/2] refine Dagor Engine entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5309b4..10d6441 100644 --- a/README.md +++ b/README.md @@ -573,7 +573,7 @@ A selection of major game studios, publishers, etc.: * [Cocos2d-x](https://github.com/cocos2d/cocos2d-x) - Multi-platform framework for building 2d games, interactive books, demos and other graphical applications. It is based on cocos2d-iphone, but instead of using Objective-C, it uses C++. It works on iOS, Android, Windows Phone, OS X, Windows and Linux. * [Crafty](https://github.com/craftyjs/Crafty) - JavaScript game library that can help you create games in a structured way. * [CutJS](https://github.com/piqnt/cutjs) - Lightweight and fast 2D HTML5 rendering engine for cross-platform game development. -* [DagorEngine](https://github.com/GaijinEntertainment/DagorEngine) - Open game engine and toolset from Gaijin Entertainment. +* [Dagor Engine](https://github.com/GaijinEntertainment/DagorEngine) - Open-source game engine and toolset from Gaijin Entertainment. * [Dash](https://github.com/Circular-Studios/Dash) - Free and open 3D game engine written in D. * [Duality](https://github.com/AdamsLair/duality) - 2D Game Development Framework. * [EaselJS](https://github.com/CreateJS/EaselJS/) - Library to make working with the Canvas element easier.