Project description

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

Author: Laurence Muller (info@falcon4ever.com)
Date: may 2007
Site: www.lauw.biz
Licensetype: coming soon ;) (open source obviously)

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)

Changes:

v0.2 - Added trace lines, blob colours and general code cleanup.
v0.1 - initial release.

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/
- 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

