pygnetic is a library designed to help in the development of network games and applications in Pygame.
- 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
pygnetic can be installed with
- pip command --
pip install pygnetic
- windows installer
python setup.py install
command run from directory of source distribution
- Message Pack (recommended)
- pyenet
- 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
pygnetic is under development by Szymon Wroblewski <bluex0@gmail.com> as GSoC 2012 project and mentored by Rene Dudfield <renesd@gmail.com>.