jggatc / interphase Public
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Interphase - Pygame Interface Module The module adds interface panel functionality to a Pygame application. It was developed as a simple GUI with the goal to simulate a digital display panel. The module provides interface and control objects to design a panel, with methods to manage the panel from the application code. Run run_demo.py for an interface panel demo that is coded in tests/demo.py. The module requires Python 2+ (https://www.python.org/) and Pygame (https://www.pygame.org/). Interphase module is also functional with PyJ2D (https://gatc.ca/projects/pyj2d/) and Pyjsdl (https://gatc.ca/projects/pyjsdl/). Information concerning use of the Interphase module is included in docs/guide.txt. Interphase is released under the MIT License, see LICENSE.txt for further information. Interphase page: https://gatc.ca/projects/interphase/ Interphase docs: https://gatc.ca/projects/interphase/doc/
About
graphical user interface module