ggi

From Free Pascal wiki
Revision as of 17:47, 16 February 2009 by Marcov (talk | contribs) (New page: The GGI is an interface (header) to libggi, made by Sebastian Guenther, and contains the header translations of the GGI (General Graphic Interface) library. (See their homepage). It consis...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The GGI is an interface (header) to libggi, made by Sebastian Guenther, and contains the header translations of the GGI (General Graphic Interface) library. (See their homepage). It consists of units that are straight translations of the libraries header files. The following units are part of this package:

  • ggi The main graphics unit.
  • gii This unit provides input handling.
  • ggi2d This unit provides procedures for drawing 2D objects.

And the following example programs exist:

  • ggi1 A simple demonstration program.

Go to back Packages List