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.

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.

Files