From 75465bf50fd963cf529b6e6dcd454e1ba8dccaba Mon Sep 17 00:00:00 2001 From: NoviewsOne <91729931+boidlo@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:30:42 +0100 Subject: [PATCH] Added Harfang3D engine (#4578) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36a50cce..1a187ca8 100644 --- a/README.md +++ b/README.md @@ -1121,6 +1121,7 @@ _Awesome game development libraries._ - [go3d](https://github.com/ungerik/go3d) - Performance oriented 2D/3D math package for Go. - [gonet](https://github.com/xtaci/gonet) - Game server skeleton implemented with golang. - [goworld](https://github.com/xiaonanln/goworld) - Scalable game server engine, featuring space-entity framework and hot-swapping. +- [Harfang3D](https://github.com/harfang3d/harfang3d) - 3D engine for the Go language, works on Windows and Linux ([Harfang on Go.dev](github.com/harfang3d/harfang-go)). - [Leaf](https://github.com/name5566/leaf) - Lightweight game server framework. - [nano](https://github.com/lonng/nano) - Lightweight, facility, high performance golang based game server framework. - [Oak](https://github.com/oakmound/oak) - Pure Go game engine.