mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b195601658
A flexible drawing library. PR: 15938 Submitted by: Matthew West <mwest@uct.ac.za>
18 lines
730 B
Plaintext
18 lines
730 B
Plaintext
LibGGI, the dynamic GGI (General Graphics Interface) library is a flexible
|
|
drawing library.
|
|
|
|
It provides an opaque interface to the display's acceleration functions. It
|
|
was originally intended to allow user programs to interface with KGI, the GGI
|
|
Kernel Graphics Interface, but other display types can be easily used by
|
|
loading the appropriate "display target" (e.g. X, memory).
|
|
|
|
LibGGI consists of a main library (libggi.so) and a multitude of dynamic
|
|
drivers. The library then loads the necessary "drivers" for the requested
|
|
mode, taking hints from the graphics device if necessary. LibGGI can also
|
|
load extension libraries, e.g. to provide enhanced 2D and 3D functions.
|
|
|
|
WWW: http://www.ggi-project.org/
|
|
|
|
--
|
|
mwest@uct.ac.za
|