From 5bb46200dcb96e5a3dd371417e98c60115ae5b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Mon, 30 Jun 2014 14:00:45 -0300 Subject: [PATCH] Add pyglet on GUI section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f617574e..4a052dc5 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,7 @@ portals with high-traffic. * [PySide](http://qt-project.org/wiki/pyside) - Python bindings for the Qt cross-platform application and UI framework. * [wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python. * [kivy](http://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS. +* [pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python. ## Game Development