From ed7cd4f9810ee210c7578b5bc6b0f141a8190df2 Mon Sep 17 00:00:00 2001 From: astrofra Date: Tue, 7 Feb 2017 08:10:17 +0100 Subject: [PATCH] Adding Harfang3D to Game development section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bac723e..e2aa5b49 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Awesome game development libraries.* * [Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet. +* [Harfang3D](http://www.harfang3d.com) - Python framework for 3D, VR and game development. Manage and display complex 3D scenes, with physics, video, sound and music, access VR devices. All written in C++. * [Panda3D](https://www.panda3d.org/) - 3D game engine developed by Disney and maintained by Carnegie Mellon's Entertainment Technology Center. Written in C++, completely wrapped in Python. * [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games. * [PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.