From fd6521643a1f7ec052915d010175fde50f415d18 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 20 Nov 2014 13:56:37 +0800 Subject: [PATCH] Add delta3d under Game Engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eca6bc4..8430a29 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Game Engine * [Cocos2d-x](http://www.cocos2d-x.org/) - A multi-platform framework for building 2d games, interactive books, demos and other graphical applications. [Commercial?] +* [delta3d](http://sourceforge.net/projects/delta3d/) - A open source robust simulation platform. [LGPLv2] * [Grit](http://gritengine.com/) - Community project to build a free game engine for implementing open world 3D games. [MIT] * [Irrlicht](http://irrlicht.sourceforge.net/) - An open source high performance realtime 3D engine written in C++. [zlib] * [Polycode](http://polycode.org/) - Open-Source Framework for creating games in C++ (with Lua bindings). [MIT]