Merge pull request #8 from ellisonleao/patch-2

Add game development section and pyglet to GUI section
This commit is contained in:
Vinta 2014-07-01 01:24:05 +08:00
commit 448fa76803
1 changed files with 12 additions and 0 deletions

View File

@ -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