Project description

Name: Touch Tracer
Purpose: Recognizing blob's and debugging purpose
Version: 0.2.1

Author: Laurence Muller (aka Falcon4ever)
Contact: info@falcon4ever.com
Site: www.lauw.biz (blog) / www.falcon4ever.com (misc)
Licensetype: GNU General Public License (GPL)
Last update: 30 july 2007

Install instructions:

(windows)
1. Put all files (touch_tracer.exe and *.bat files) in the same dir as touchlib.dll
2. Either run the bat files or edit them.
touch_tracer.exe requires 4 arguments: width height bitdepth refreshrate
example: touch_tracer.exe 1024 768 32 60

(linux)
1. I guess linux users are smart enough to compile it with the included 
Makefile. (Change touchlib home dir)
2. Don't forget to run the applications with the 4 arguments for 
display.

When running the following shortcuts are available:

ESC = exit
g = enable/disable grid
s = enable/disable antialias for lines (nicer)
r = auto rectify
b = recapture background (not working)

Changes:

v0.2.1 - Blob structed changed, fixed compatibility and some minor issues. (30 july 2007)
v0.2 - Added trace lines, blob colours and general code cleanup (linux compatibility) (12 may 2007).
v0.1 - Initial release (02 may 2007).

Todo:

1. Got suggestions?

Dependencies:

MSVCP80.DLL
OPENGL32.DLL
GLU32.DLL
GLUT32.DLL
TOUCHLIB.DLL
+ more
MSVCR80.DLL
KERNEL32.DLL

Thanx:

David Wallin (WhiteNoiz)
http://www.whitenoiseaudio.com/touchlib/ and http://nuigroup.com/touchlib/
- For creating touchlib and for explaining how to use it.

Mike Wags
http://mikewags.blogspot.com/
- For testing zillion betas of Touch Tracer

Xvarg
site?
- Getting touchlib working in linux / general linux support

NUIgroup and forums
http://nuigroup.com/
- Providing lots of information regarding programming and multitouch projects.


