diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-05-02 13:05:51 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-05-02 13:05:51 +0800 |
commit | b701f2cc7d066809dc143f968c25fd84ce041faf (patch) | |
tree | 14bdf0c6cc2c13b8ec7fd835aa1a6f8db4ebbe56 /x11-toolkits/Makefile | |
parent | 8752be71ecb4204e22c2cb34347bbd3f8e82b0ca (diff) | |
download | freebsd-ports-gnome-b701f2cc7d066809dc143f968c25fd84ce041faf.tar.gz freebsd-ports-gnome-b701f2cc7d066809dc143f968c25fd84ce041faf.tar.zst freebsd-ports-gnome-b701f2cc7d066809dc143f968c25fd84ce041faf.zip |
GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs
at least on Linux and Windows, and probably more), compiler-independent (it
compiles under at GCC 3.2 or higher and MSVC++ 7.1 or higher, and probably
more), and driver-independent. A reference driver for SDL is provided, and it
is straightforward to write one for yourself should you decide to do so.
Features:
* True modularity. You provide the initialized OpenGL environment and user
input, and GG provides the GUI behavior. A reference SDL input driver is
provided.
* Independence of platform, compiler, and input driver/application framework.
* Applicability to multiple types of frame-based apps. Any frame-based app can
use GG, from FPS to TBS games.
Documentation. I am the documentation-Nazi you've been hoping for. Ve haf vays
of makink you understand our code.
WWW: http://gigi.sourceforge.net/
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 977ac9c5e5af..615858f84432 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -41,6 +41,7 @@ SUBDIR += gal2-reference SUBDIR += gauche-gtk SUBDIR += gdl + SUBDIR += gigi SUBDIR += gnocl SUBDIR += gnome-sharp20 SUBDIR += gnomemm |