Skip to main content

FibraNet - 8

FibraNet allows pygame and other custom events to be dispatched to subscribed functions and methods. It simplifies concurrent simulations.


Simon Wittber
(simon)
The FibraNet package provides an event dispatch mechanism, a cooperative scheduler, an asynchronous networking library and a safe, fast serializer for simple Python types. It is designed to simplify applications which need to simulate concurrency, particularly games. This provides an alternative to the usual mainloop + event polling construct which is used in many pygame applications.

Changes

eventnet.net is deprecated (no more twisted) and is replaced with nanotubes, a simple asynchronous networking module.

Links

Home Page
http://cheeseshop.python.org/pypi/FibraNet
Source
http://cheeseshop.python.org/pypi/FibraNet

Releases

FibraNet 5 — 30 Dec, 2005

FibraNet 8 — 26 Jul, 2006

Pygame.org account Comments