From b4e7a78cf6a0fe88f3aa5a009af1df462634d7d5 Mon Sep 17 00:00:00 2001 From: Ahmet Sezgin Duran Date: Fri, 18 Jul 2014 11:29:24 +0300 Subject: [PATCH] Add PySFML to Game Development part --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2720ff3a..91f79fa5 100644 --- a/README.md +++ b/README.md @@ -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