ggi

From Free Pascal wiki
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