Difference between revisions of "GiGi"

From FreeOrionWiki
Jump to: navigation, search
m
(Wikipedia has a better and more complete definition on what 'OpenGL' is.)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The [[GiGi]] development library (sometimes called GG) is used by [[FreeOrion]] to handle most of the basic UI and graphics things (windows, fonts, input, images, and such). It uses (at least in this project) [[SDL]] internally for platform-dependant things, and [[OpenGL]] for graphics.
+
The [http://sourceforge.net/projects/gigi/ GiGi GUI library] (also called GG) is used by [[FreeOrion]] to handle most of the basic UI and graphics things (windows, fonts, input, images, and such). It uses (at least in this project) [[SDL]] internally for platform-dependant things, and [[wikipedia:OpenGL|OpenGL]] for graphics.
  
 
An important link between this library and [[FreeOrion]] is that [[User:Tzlaine|tzlaine]] is the head programmer of both projects.
 
An important link between this library and [[FreeOrion]] is that [[User:Tzlaine|tzlaine]] is the head programmer of both projects.
  
 +
Source can be obtained from SVN in Linux using the command:
  
[[CVS]] can be obtained in Linux using these commands:
+
<pre>svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk gigi</pre>
  
''cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gigi login'' (if it asks for password, just hit enter)
+
For Windows, a graphical shell-extention SVN client, such as [http://tortoisesvn.tigris.org/ TortoiseSVN] is reccomended, with which the source can be obtained from ''https://gigi.svn.sourceforge.net/svnroot/gigi/trunk''.
  
''cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gigi co GG''
+
For compilation of the most recent version of FreeOrion from SVN, use the most recent version of GiGi from SVN as well.
  
'''Note:''' Sometimes, the SourceForge CVS-server is under heavy load. If the commands above fail with 'EOF from server', just wait a few minutes and try again.
+
For compilation of FreeOrion 0.3, 0.3.1 or 0.3.1-RC1, use the official version 0.6.0 release.  Tarball (linux) or zipfile (Windows) are available on the sourceforge GiGi [http://sourceforge.net/project/showfiles.php?group_id=84040&package_id=86627&release_id=370992 0.6.0 release download page].  The 0.6.0 tagged set of files is messed up, so you must use the release files and NOT the CVS 0.6.0 tagged version of the files.
 
+
 
+
Sourceforge page: http://sourceforge.net/projects/gigi
+

Latest revision as of 09:26, 18 July 2015

The GiGi GUI library (also called GG) is used by FreeOrion to handle most of the basic UI and graphics things (windows, fonts, input, images, and such). It uses (at least in this project) SDL internally for platform-dependant things, and OpenGL for graphics.

An important link between this library and FreeOrion is that tzlaine is the head programmer of both projects.

Source can be obtained from SVN in Linux using the command:

svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk gigi

For Windows, a graphical shell-extention SVN client, such as TortoiseSVN is reccomended, with which the source can be obtained from https://gigi.svn.sourceforge.net/svnroot/gigi/trunk.

For compilation of the most recent version of FreeOrion from SVN, use the most recent version of GiGi from SVN as well.

For compilation of FreeOrion 0.3, 0.3.1 or 0.3.1-RC1, use the official version 0.6.0 release. Tarball (linux) or zipfile (Windows) are available on the sourceforge GiGi 0.6.0 release download page. The 0.6.0 tagged set of files is messed up, so you must use the release files and NOT the CVS 0.6.0 tagged version of the files.