After much internal debate, I've decided to officially discontinue this project. Read here for the explanation why. This page will be left up for anyone curious.




Contents
Downloading & Installing
Package Contents
Using the Framework Classes
Running Editors & Demos


Downloading & Installing
1) Download the latest package from the Tiamat homepage.

2) Extract the contents of the package.

You should end up with something that looks like this:



Package Contents
All Tiamat Distributions
/Tiamat Framework Specifications x.x.xxxx.pdf: This document contains the specifications for Tiamat.
/ReleaseNotes x.x.xxxx.html: This contains a list of all changes introduced in the current release.
/Java/: Contains the .jar file for the Java implementation of the Tiamat framework. See Using the Framework Classes
/Java/Javadoc/: Contains the API reference for the Java implementation of the Tiamat framework. This documentation is also available online.
/Java/lib/: Contains 3rd party libraries used by the Java implementation of the Tiamat framework.
/Java/Source/: Contains the source code for the Java implementation of the Tiamat framework.

Full Tiamat Distribution
In addition to standard distribution items, the full distribution package also contains the following:
/Java/: Contains the executable .jar files for the Java editors of the Tiamat framework. See Running Editors & Demos.
/Samples/characters/: Contains sample characters for use with the character editor.
/Samples/sprites/: Contains sample sprites for use with the sprite editor.
/Samples/themes/: Contains sample themes for use with the theme editor.


Using the Framework Classes
To use the Java implementation of the Tiamat framework you will need to reference the framework .jar file from your project. I would highly recommend using the Eclipse IDE for Java development. Here's a link to the Eclipse help for adding a .jar file to the classpath. Otherwise you'll have to wrestle with the Java classpath to add the reference.

When you build your .jar file you'll need to add the Tiamat framework .jar to the classpath. The easiest way to accomplish this is to use Ant to build your .jar file. The jar task in Ant has an manifest section where references can be set. Otherwise you can set the manifest using the jar command line.


The Tiamat framework specifications document the properties, methods, and usage of each class. The Javadoc API reference is another source for class definitions.    


Running Editors & Demos
Demos
Help for Java based demos

Tools
1) Run the Tools executable .jar file. The file will be located in the /Java/Tools/ directory and will be named tools_<version number>.jar. You can either double-click on on the file in Windows explorer or run it from a command line with: java -jar tools_<version number>.jar

2) A frame will load with a list of available editors. Click on the one you want to execute. When you close the editor this frame will pop-up again. This quicklaunch frame can be exited at any time by clicking the 'X' (just like every other program with a little 'X' in the corner).

3) Help for using the editors is here


Support
Everything on this site is free. I'll never use pop-ups or randomly generated ads to support it. If you've found something here to be especially helpful or entertaining please consider making a small donation. This can be done through a secure PayPal transaction or by purchasing one of the related items below through Amazon.com. Thanks for visiting my little web page! 
Make a secure donation for any amount via PayPal.







Legal Notes


Unless otherwise noted, all content is copyright (c) 2005-2006 Hugues Johnson and may not be redistributed in any form without express permission.

The Tiamat logo was created using the Alan Den font (c) 1997 UnAuthorized Type

index
feedback