Project description:
Name: Touch Tracer
Version: 0.2
Purpose: To display recognized blob’s and for debugging purpose
Changelist:
- Added tracelines
- Added funky blob colours
- Made the source linux compatible
- General code cleanup
Touch Tracer v0.2 video
> Touch Tracer v0.2 example video
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.
General note, as the readme.txt states, this application needs libraries of visual studio 2005.
If you don’t have those, you will be prompt with an error message.
When running the following shortcuts are available:
ESC = exit
g = enable/disable grid
s = enable/disable antialias for lines (nicer)
Todo:
1. Nothing? Suggestions? PM me.
Download:
I’ve included a windows binary and the source code of touch tracer for linux users.
By using the included Makefile you should be able to get it up running in notime.
Touch Tracer v0.2
Touch Tracer v0.2 source code
Optional downloads
msvcr80.dll and msvcp80.rar - Required if no vs2k5 runtime dlls are installed
Visual Studio 2005 sp1 redist. package - Entire package if the one above fails
