General Information =================== This is a reference implementation of VisualIDs in C using the Cairo graphics-library, and is intended to ultimately be portable to whatever platforms Cairo supports. This software is based on the essay: VisualIDs: Automatic Distinctive Icons for Desktop Interfaces by J.P. Lewis et al. The original essay and supplementary material can be found at J.P. Lewis' website: http://scribblethink.org/Work/VisualIDs/visualids.html Contributions, bug-reports, and other feedback are welcome! Contact: Joshua Judson Rosen You can read about the development of this software at: http://www.hackerposse.com/~rozzin/weblog/VisualIDs This software is Free Software, licensed under the GNU GPL--for more information, see the file, COPYING. Note: as the "0.x" version-number would indicate, this should be taken as BETA (or even ALPHA) software; both the interfaces and functionality are still in a fairly volatile state. Prerequisites ============= This package requires the following packages: * Cairo * GLib * Popt To build the `VisualID Explorer' tool (edit-visualid), the following packages are additionally required: * GTK+ * LibGlade Installation ============ See the `INSTALL' file.