LGT: Lightweight Game Toolkit
LGT provides OpenGL sprites with rotations, scaling and blending. It also includes a cooperative threading scheduler, an event engine, and safe, simple network comms using Twisted.
Simon Wittber
(simon)
LGT includes:
NanoThreads: a cooperative threads implementation
EventNet: an event driver, with network capabilities
Gherkin: a safe serializer for simple python types
Director: a class for implementing directors and scenes, which help chain flow of control between game elements.
SiGL: an OpenGL library for fast alpha blended blits, rotations and scaling in pygame.
Changes
Links
- Home Page
- http://lgt.berlios.de/