Wall Generator (Wallgen)

v0.9.0 - 27-Sep-2011

By Daniel Morton

Wallgen is a tool used to convert an image file in GIF, JPG, BMP or PNG format into an image
suitable for use in applications that render 3D-like, first person perspectives like Dungeon
Craft (http://uaf.sourceforge.net/).

Wallgen is free, open source software, licensed under the Simplified BSD license.  The source 
code is available for download from www.quadrilateral.ca/wallgen.

Special thanks to Eric Cone for a great deal of testing and for providing the necessary
configuration information to enable hyper-wall and square viewport wallset generation.

Please send feedback and bug reports to djmorton@quadrilateral.ca

Usage
*****

Wallgen requires that a copy of the Java 6 Runtime Environment be installed on your system.
The Java Runtime can be downloaded from 
http://www.oracle.com/technetwork/java/javase/downloads/index.html

A shell script and batch file are included in the distribution for use in executing the
application under Linux or Windows.  Both scripts require that the Java executable be in
the command path.  To find out if you have Java in your command path, type 'java -version'
from a command promp.  If you receive a message informing you of the version of Java you
are running, you have Java in your command path.  If you do not wish to add Java to your
command path, you may execute the application by running the following command:

Linux:

/PATH_TO_JAVA_EXECUTABLE/java -jar wall-generator-0.9.0.one-jar.jar

Windows:

DRIVE_LETTER:\PATH_TO_JAVA_EXECUTABLE\java.exe -jar wall-generator-0.9.0.one-jar.jar
