Download List

项目描述

PyUI is a user interface library written entirely in the high-level language Python. It has a modular implementation that allows the drawing and event input to be performed by pluggable "renderers". This makes PyUI very portable and scalable. It can run in environments from hardware-accelerated 3D surfaces to regular desktop windows. It was originally targeted as a User Interface for games, but it has evolved into a more general UI toolkit with applicability outside of games.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-09-18 22:50
0.7

此版本增加了一个传统渲染,树窗口小部件和一些例子,使用它,一个完整的单元测试套件,增强滚动条和菜单存款,在绘图代码优化。
标签: Development, Major feature enhancements
This release adds a TK renderer, a tree widget and some examples that
use it, a full unit test suite, enhancements to scroll bars and menu
placements, and optimizations in the drawing code.

2001-09-07 01:27
0.6

现在可以建立渲染不使用pygame的或PyOpenGL。其他平台或实现特定的硬件渲染器可集成到使用同样的用户界面为pygame的或OpenGL应用程序代码。有一个在这个版本DirectX8/Direct3D-specific渲染存根。
标签: Development, Major feature enhancements
It is now possible to build renderers that do not use pygame or PyOpenGL. Renderer implementations for other platforms or specific hardware can be integrated to use the exact same UI code as pygame or openGL applications. There are stubs for a DirectX8/Direct3D-specific renderer in this version.

2001-07-14 09:39
0.5

PyUI现在运行在OpenGL中,提供了一个跨平台的硬件加速的用户界面库Python编写完全。 0.5版本增加了OpenGL的功能,而这种保留以前的二维绘图作为一个选项模式。此版本速度会大大加快,因为它可以利用OpenGL的绘图硬件,但基本功能已只有应用了小的改动。
标签: Development, Major feature enhancements
PyUI now runs under OpenGL, providing a cross-platform hardware accelerated User Interface library written entirely in Python. The 0.5 release adds this OpenGL capability while retaining the previous 2D drawing mode as an option. This release is significantly faster, as it can utilize OpenGL drawing hardware, but the underlying functionality has only had minor changes applied to it.

2001-06-09 02:32
0.4

重划和背景填充,脏矩形清理,主题错误修正适用于全窗框,滚动条,按钮,鼠标指针,和制表符,默认“的丑陋的程序员艺术uglyTheme”,和“simpleTheme”,使用单位的矩形。
标签: Development, Major feature enhancements
Bugfixes for redrawing and background filling, dirty rectangle cleanup, themes apply to full window frames, scrollbars, buttons, mouse cursors, and tabs, a default "uglyTheme" with ugly programmer art, and a "simpleTheme" that uses flat rectangles.

2001-05-30 03:39
0.3

这两个窗口和全屏模式的主要效样的增加,一些窗口和框架重构孤立类相关功能。
标签: Development, Major feature enhancements
Major performace increases in both windowed and fullscreen modes, and some refactoring of window and frame classes to isolate related functionality.

Project Resources