What is tuXeyes?
----------------

tuXeyes is a small Qt (http://www.troll.no/) program (actually my first)
that displays a our beloved penguin Tux on your display. Tux will follow
your cursormovements with his eyes.

Copyright (c) 1999 Ivo van der Wijk

The tux image is (c) Larry Ewing (lewing@isc.tamu.edu)
The dustpuppy image is (c) Illiad (http://www.userfriendly.org)
The bsd daemon ("Chuck") is (c) Eric Green
The luxus image is (c) Urs M. E. Streidl (http://www.gigaperls.org/linux/)

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Requirements and installation

-----------------------------

You need qt 1.42 or higher. I haven't tried 1.41, 1.40 gave me some
problems but it may work.

type "./configure" in the tuXeyes directory to have it analyze your
system. This will create appropriate makefiles. 

If configure can't find qt on your system but you do have it installed
(probably in some weird location) then you can use the --with-qt-dir
option to tell configure where exactly your includes/libs are.

Type "make" to start compilation. After this finishes, you can try
tuXeyes by simple typing "./src/tuXeyes". If you like tuXeyes, you can
install it (system-wide) using "make install", or by copying the tuXeyes
binary to wherever you want.

Future plans
------------

Some things I may/will add in the future:

- simple menu
- keybindings
- fix some problems with the pupils after the image has been resized

More info/updates
-----------------

I've setup a small webpage at http://zero.xs4all.nl/~ivo/tuXeyes. This
is where newer versions are announced and can be downloaded. Comments/
remarks/bugreports/kudo's can be mailed to tuxeyes@zero.xs4all.nl

Credits
-------

tuXeyes was written from scratch by Ivo van der Wijk (ivo@zero.xs4all.nl)

Thanks go out to Bas van der Linden and some people on ircnet #koffie,
#linux and #vmlinux for (regular) testing.

The original tux was created by Larry Ewing (lewing@isc.tamu.edu). You
can find the original webpage at http://www.isc.tamu.edu/~lewing/linux/

The bsd daemon is taken from http://www.openbsd.org/ - I do not know
who created it.

luxus was created by Urs M. E. Streidl. You can find its homepage at
http://www.gigaperls.org/linux/

The cute dustpuppy was created by Illiad, maker of the userfriendly cartoon.
You can find dustpuppy and more cartoons at http://www.userfriendly.org/
If you're curious what exactly a dustpuppy is, check the links
http://www.userfriendly.org/cartoons/archives/97dec/19971203.html and
http://www.userfriendly.org/cartoons/archives/97dec/19971204.html

Release history
---------------
April 2 1999 v0.0.1 pre 3

	First public release.

(releases 0.0.1 pre4 up to 0.0.1 pre 12 have never been released - I've
been kinda lazy :) To avoid confusion, the next version will be 0.0.2)

May 20 1999 v0.0.2 final

	Second release, many changes. See CHANGELOG for details.

