[ 原始碼: pugl ]
套件:libpugl-0-0(0~svn32+dfsg0-4 以及其他的)
portable API for OpenGL graphical interfaces
Pugl is a minimal portable API for OpenGL GUIs which supports embedding and is suitable for use in plugins, but can also be used for programs.
Pugl is vaguely similar to GLUT, but with some significant distinctions:
* Minimal in scope, providing only what is necessary to draw and receive keyboard and mouse input. * No reliance on static data whatsoever, so the API can be used in plugins or multiple independent parts of a program. * Single implementation, which is small, liberally licensed and suitable for direct inclusion in programs if avoiding a library dependency is desired. * Support for embedding in other windows, so Pugl code can draw to a widget inside a larger GUI. * More complete support for keyboard input, including additional “special” keys, modifiers, and support for detecting individual modifier key presses.
其他與 libpugl-0-0 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgl1
- Vendor neutral GL dispatch library -- legacy GL support
-
- dep: libx11-6
- X11 client-side library