From cc49b3351aa921ee5ba7c91ce9a42517050f836f Mon Sep 17 00:00:00 2001 From: astrofra Date: Fri, 8 Feb 2019 23:15:23 +0100 Subject: [PATCH 1/2] Added HARFANG 3D engine. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f507579..0e2b292 100644 --- a/README.md +++ b/README.md @@ -600,6 +600,7 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Awesome game development libraries.* * [:earth_americas: Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet. +* [:earth_americas: Harfang3D](https://www.harfang3d.org/) - HARFANG® is a software framework for 3D, VR and multimedia application development. Written in C++, bound to Python and Lua. * [:earth_americas: 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. * [:earth_americas: Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games. * [:earth_americas: PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D. From 90d1cd191c11e0088ef85c40170835a6c64e15dd Mon Sep 17 00:00:00 2001 From: astrofra Date: Fri, 8 Feb 2019 23:16:12 +0100 Subject: [PATCH 2/2] Fixed URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2b292..6ebbb11 100644 --- a/README.md +++ b/README.md @@ -600,7 +600,7 @@ Inspired by [fucking-awesome-go](https://github.com/hvnsweeting/fucking-awesome- *Awesome game development libraries.* * [:earth_americas: Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet. -* [:earth_americas: Harfang3D](https://www.harfang3d.org/) - HARFANG® is a software framework for 3D, VR and multimedia application development. Written in C++, bound to Python and Lua. +* [:earth_americas: Harfang3D](https://www.harfang3d.com/) - HARFANG® is a software framework for 3D, VR and multimedia application development. Written in C++, bound to Python and Lua. * [:earth_americas: 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. * [:earth_americas: Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules designed for writing games. * [:earth_americas: PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.