From d0167ad19ab71a9d821412a8eb126ea631100746 Mon Sep 17 00:00:00 2001 From: astrofra Date: Tue, 4 Jan 2022 08:12:00 +0100 Subject: [PATCH 1/2] Updated README.md, adding HARFANG 3D Cpp engine. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c116d8..d3ea43c 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ C++通用框架和库 * [Godot](https://github.com/godotengine/godot): 功能齐全、开源、有MIT许可的游戏引擎。 * [Grit](http://gritengine.com/): 社区项目,用于构建一个免费的游戏引擎,实现开放的世界3D游戏。 * [Halley](https://github.com/amzeratul/halley): 用C++14编写的轻量级游戏引擎,带有“真实的”实体组件系统。 +* [Harfang3D](https://www.harfang3d.com):支持3D,VR 与游戏开发的 C++/Python/Lua/Go 框架。 * [KlayGE](https://github.com/gongminmin/KlayGE): 具有基于插件架构的跨平台、开源的游戏引擎。 * [nCine](https://github.com/nCine/nCine): 注重性能的跨平台2D游戏引擎,用C++11编写,还可以选择使用Lua编写脚本。 * [OpenXRay](https://github.com/OpenXRay/xray-16): 在S.T.A.L.K.E.R.游戏系列中使用的社群修改的X射线引擎。 From ac4d4411529e759e9175beebcedefbb0c623ad0f Mon Sep 17 00:00:00 2001 From: astrofra Date: Tue, 4 Jan 2022 08:16:00 +0100 Subject: [PATCH 2/2] HARFANG URL update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ea43c..153814f 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ C++通用框架和库 * [Godot](https://github.com/godotengine/godot): 功能齐全、开源、有MIT许可的游戏引擎。 * [Grit](http://gritengine.com/): 社区项目,用于构建一个免费的游戏引擎,实现开放的世界3D游戏。 * [Halley](https://github.com/amzeratul/halley): 用C++14编写的轻量级游戏引擎,带有“真实的”实体组件系统。 -* [Harfang3D](https://www.harfang3d.com):支持3D,VR 与游戏开发的 C++/Python/Lua/Go 框架。 +* [Harfang3D](https://github.com/harfang3d/harfang3d):支持3D,VR 与游戏开发的 C++/Python/Lua/Go 框架。 * [KlayGE](https://github.com/gongminmin/KlayGE): 具有基于插件架构的跨平台、开源的游戏引擎。 * [nCine](https://github.com/nCine/nCine): 注重性能的跨平台2D游戏引擎,用C++11编写,还可以选择使用Lua编写脚本。 * [OpenXRay](https://github.com/OpenXRay/xray-16): 在S.T.A.L.K.E.R.游戏系列中使用的社群修改的X射线引擎。