Network library for Pygame
Project description
pygnetic is a library designed to help in the development of network games and applications in Pygame.
Features
- Two approaches to handle network events
generating events in pygame queue
using handler classes
Efficient packaging of data through the message system
Support for multiple network and serialization libraries
Installation
pygnetic can be installed with windows installer or with pip:
pip install pygnetic
Optional requirements
Message Pack (recommended)
Resources
Package on PyPI – http://pypi.python.org/pypi/pygnetic
Repository on Bitbucket – https://bitbucket.org/bluex/pygnetic
Documentation – http://pygnetic.readthedocs.org
Development blog – http://pygame-networking.blogspot.com
Credits
pygnetic is under development by Szymon Wroblewski <bluex0@gmail.com> as GSoC 2012 project and mentored by Rene Dudfield <renesd@gmail.com>.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.