mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Add Game Development section
This commit is contained in:
parent
13fd9a39b1
commit
956885ad2a
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -43,6 +43,7 @@ so you need Python.
|
|||
- [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)
|
||||
|
@ -410,6 +411,16 @@ portals with high-traffic.
|
|||
* [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.
|
||||
|
||||
## 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
|
||||
|
||||
*Libraries for generating and working with log files.*
|
||||
|
|
Loading…
Reference in a new issue