|
Last Updated:
23rd, Feb 2006, 14:54 GMT
|
|
Latest releases
|
|
|
The latest releases for JOGRE are available for download in both binary format
(simply unzip and play) or in source format (user can examine the source). Also
a nightly zip file of all the source in the CVS server is available.
All file releases are available from the JOGRE project page on
SourceForge.
|
|
|
Binary Downloads
|
|
|
The following binary releases are available for download:
|
|
Jogre Binary, Beta 0.3
|
Beta 0.3 contains an API, 23 games, server, utilities and a web application (war file).
|
|
|
[ top ] |
|
|
|
Source Downloads
|
|
|
The following source releases are available for download:
|
|
Jogre Source, Beta 0.3
|
Beta 0.3 contains the source code for API, 23 games, server, utilities and a web application.
|
|
|
[ top ] |
|
|
Nightly CVS Build
|
|
|
The sourcecode for JOGRE is on CVS and a nightly zip of this is available. If you
are a developer looking for the very latest code (which should compile but may be unstable) click on the
following link:
jogre-cvsroot.tar.bz2
Winzip cannot open this .bz2 zip file. If you are a Windows user you can unzip this file
using an alternative unzip program such as IZArc
(freeware).
|
|
[ top ] |
|
|
Third Party Libraries
|
|
|
JOGRE is packaged with the following third-party libraries as source including :
|
|
|
TableLayout - 4 classes in package info.clearthought.layout
TableLayout is a layout manager that provides all the power of
GridBagLayout but is much simplier and easier to use. This layout manager
is used in both the API and games to position various GUI components. Click
here
for a link to the offical site.
|
|
|
NanoXML/Lite - 2 classes in package nanoxml
NanoXML is a very small and easy to use XML Parser which consists of 1 concrete class (XMLElement)
and an exception class. NanoXML is used primarily for serializing communication objects.
Click here
for a link to the offical site.
|
|
|
JOGRE also contains some library jar files in the jogre/server/lib directory. Thesse include: -
|
|
[ top ] |
|
|