========================================================================
=== Ycad - Java CAD library                                          ===
===                                                                  ===
=== README                                                           ===
===                                                                  ===
=== Version 1.0                                                      ===
=== 15 April 2003                                                    ===
========================================================================

Ycad is a library of CAD functions in Java.

Currently only DXF is supported for reading, viewing and (some) writing.
The DXF drawing may be rendered to a Graphics object for printing or imaging.

This is the first release of the library as open source.

========================================================================

Contents of this release:

Either of the release files, ycad-1.0.tar.gz or ycad-1.0.zip, will expand
to create directory ycad-1.0/.  This directory contains:

bin/             - test scripts (bat and sh)
build.xml        - Ant buildfile
classes/         - compiled class files
dat/             - sample drawings
doc/             - documentation and Javadocs
INSTALL          - installation and usage info
lib/             - jar file
LICENSE          - copy of LGPL license
README           - release overview - this file
RELEASE_NOTES    - cumulative release notes
src/             - source tree

Plus 5 html test files:

blk3_demo.html
blk3_fullscreen.html
fixt3_demo.html
hexhouse_demo.html
insmech6a_demo.html
YcadTest.html

This directory may be placed anywhere testing or development is done.

See INSTALL for more detail.

========================================================================
