diff --git a/README.md b/README.md index cb95373..e202b56 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b - [Admin Panels](#admin-panels) - [DevOps Tools](#devops-tools) - [GUI](#gui) + - [Game Development](#game-development) - [Logging](#logging) - [Testing](#testing) - [Code Analysis and Linter](#code-analysis-and-linter) @@ -404,6 +405,17 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [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 + +*Awesome game development libraries.* + +* [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules + designed for writing games. +* [Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D + games, demos, and other graphical/interactive applications. It is based on + pyglet. ## Logging