Analogue Bitmap Clock displays the current time with hours and minutes in
an analogue fashion but unlike the traditional clock; unlike ordinary
analogue clocks, this design is clear even in very small bitmaps.
This package installs X11 support library which adds the following
devices to the installed Ghostscript:
x11, x11alpha. x11cmyk, x11mono, x11_, x11alt_, x11cmyk2, x11cmyk4,
x11cmyk8, x11rg16x, x11rg32x, x11gray2, and x11gray4.
http://www.ghostscript.com/
This package installs X11 support library which adds the following
devices to the installed Ghostscript:
x11, x11alpha, x11cmyk, x11cmyk2, x11cmyk4, x11cmyk8, x11gray2,
x11gray4, and x11mono.
This package installs X11 support library which adds the following
devices to the installed Ghostscript:
x11, x11alpha, x11cmyk, x11cmyk2, x11cmyk4, x11cmyk8, x11gray2,
x11gray4, and x11mono.
http://www.ghostscript.com/
The xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension libraries.
These libraries provide convenience functions and interfaces which make the
raw X protocol more usable. Some of the libraries also provide client-side
code which is not strictly part of the X protocol but which have traditionally
been provided by Xlib.
The util-cursor module implements the XCB cursor library, which is th XCB
replacement for libXcursor.
This library offers a CPU-based synchronization primitive compatible
with the X SyncFence objects that can be shared between processes
using file descriptor passing.
This package contains the current stable release of the client drivers for the
DRI. With an X Server configured for the DRI they allow direct rendering of
hardware-accelerated OpenGL.
freeglut is a completely OpenSourced alternative to the OpenGL Utility
Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to
support the sample programs in the second edition OpenGL 'RedBook'.
Since then, GLUT has been used in a wide variety of practical applications
because it is simple, universally available and highly portable.
GLUT (and hence freeglut) allows the user to create and manage windows
containing OpenGL contexts on a wide range of platforms and also read the
mouse, keyboard and joystick functions.
freeglut is released under the X-Consortium license.
Waffle is a cross-platform C library that allows one to defer selection
of an OpenGL API and window system until runtime. For example, on Linux,
Waffle enables an application to select X11/EGL with an OpenGL 3.3
core profile, Wayland with OpenGL ES2, and other window system / API
combinations.
Waffle's immediate goal is to enable Piglit, Mesa's OpenGL test suite,
to test multiple OpenGL flavors in a cross-platform way. However,
Waffle's design does not preclude it from being useful to other
projects.