pmap - X Pointer Mapper
pmap, plot and read are trivial programs for creating maps of X pointer behavior. The idea is to leave pmap running for an extended period of time, then use plot to generate a bitmap from the data.
It's very silly, but might be useful for analysing UI.
- pmap - run in the background. Generates a list of coordinates in a binary p.map file over time. Requires X.
- read - reads a p.map binary file and outputs the coordinates in human-readable ASCII
- plot - reads a p.map file and generates a .BMP from the data. Requires SDL.
BUILD
To build all, you will need the X and SDL development headers.
Just run make.
Alternately, make pmap, make read and so forth will build just those execs rather than all three.