Interphase

Interphase - Pygame GUI Screenshot
The module is a GUI library that adds interface panel functionality to a Pygame application. The program was initially started as an interface in the Microbe program, and requirement of a user interface in Neural Construct and Replicator Machine programs led to the evolution of the Interphase module.

Screenshot

Version 0.73 Submitted by Jim February 5, 2010
Download:
Interphase (Source code)

Interphase Pack 1.0 (Interphase Demonstration)
{Serpent Duel / Pod Descent / Sliding Control Puzzle}
InterphasePack (Source code)
InterphasePack (Linux executable)
InterphasePack (Windows executable)


Use ‘import interphase’ to use the module in your script, or run separately for a interface panel demo. The demo is coded in interphase_demo.py, and uses InterfaceDemo that is subclassed from the Interface Object.


For further information on using Interphase to design a GUI interface panel, see the documentation. The program was written in Python programming language. In addition to Python 2.5 interpreter, it requires the Python module Pygame 1.8. Interphase is released under the GPL v3 license.