Add PySFML to Game Development part

This commit is contained in:
Ahmet Sezgin Duran 2014-07-18 11:29:24 +03:00
parent e11f157551
commit b4e7a78cf6
1 changed files with 1 additions and 0 deletions

View File

@ -669,6 +669,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [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.
* [PyOgre](http://www.ogre3d.org/tikiwiki/PyOgre) - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
* [PyOpenGL](http://pyopengl.sourceforge.net/) - Python ctypes bindings for OpenGL and it's related APIs.
* [PySFML](http://www.python-sfml.org/) - Python bindings for [SFML](http://www.sfml-dev.org/)
## Logging