blais / xannotate

Xlib Transparent Screen Annotator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xannotate: Xlib Transparent Screen Annotator

xannotate is a simple program that opens a screen-size window over whatever is present and allows you to scribble over it. This is useful when you are doing a demo and you need to annotate parts of what is on-screen.

This program was not written from scratch, but rather just a hacked and trimmed-down version of WayV. All credits go to the authors of WayV. All I did was remove the unnecessary parts for my the simpler application goals, to just scribble over the screen.

The program takes no arguments and start immediately, without feedback. Use the mouse's Button 1 to scribble. Press the Escape key to exit silently.

Most typically, you would bind a function key in your window manager to invoke this during a demo.

A Git repository can be found at:

http://github.com/blais/xannotate

This code is distributed under the same terms as WayV, that is GNU General Public License.

Martin Blais did the hacking on WayV to dumb it down for the desired feature set of this specific application, otherwise all credits go to the original authors of WayV (Mike Bennett, Nick Rusnov, Simon Hart, Muhammad Hussain Yusuf). See wayv homepage for more details.

About

Xlib Transparent Screen Annotator

License:GNU General Public License v2.0


Languages

Language:Makefile 36.5%Language:Shell 33.8%Language:C 25.2%Language:HTML 4.3%Language:CSS 0.2%