8000 Merge pull request #8 from ellisonleao/patch-2 · DTSCode/awesome-python@448fa76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 448fa76

Browse files
committed
Merge pull request vinta#8 from ellisonleao/patch-2
Add game development section and pyglet to GUI section
2 parents 33adea7 + c03720e commit 448fa76

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
3939
- [Admin Panels](#admin-panels)
4040
- [DevOps Tools](#devops-tools)
4141
- [GUI](#gui)
42+
- [Game Development](#game-development)
4243
- [Logging](#logging)
4344
- [Testing](#testing)
4445
- [Code Analysis and Linter](#code-analysis-and-linter)
@@ -404,6 +405,17 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
404405
* [PySide](http://qt-project.org/wiki/pyside) - Python bindings for the Qt cross-platform application and UI framework.
405406
* [wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
406407
* [kivy](http://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
408+
* [pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
409+
410+
## Game Development
411+
412+
*Awesome game development libraries.*
413+
414+
* [Pygame](http://www.pygame.org/news.html) - Pygame is a set of Python modules
415+
designed for writing games.
416+
* [Cocos2d](http://cocos2d.org/) - cocos2d is a framework for building 2D
417+
games, demos, and other graphical/interactive applications. It is based on
418+
pyglet.
407419

408420
## Logging
409421

0 commit comments

Comments
 (0)
0