Difference between revisions of "ggi"

From Lazarus wiki
Jump to navigationJump to search
(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...)
 
 
Line 10: Line 10:
  
 
Go to back [[Package_List|Packages List]]
 
Go to back [[Package_List|Packages List]]
 +
 +
[[Category:Packages]]

Latest revision as of 08:49, 30 April 2013

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