From 956885ad2affe9c5a8852d6b98373cbd1e0b27ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Mon, 30 Jun 2014 13:57:49 -0300 Subject: [PATCH 1/2] Add Game Development section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0eb5d8a..f617574 100644 --- a/README.md +++ b/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.* 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 2/2] Add pyglet on GUI section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f617574..4a052dc 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