My project has simple requirements:
- Grab the contents of an existing xorg app's window
(do some ocr) - Draw something over the existing app's window (to an overlay)
Requirement 2 isn't so important, I could settle for copying the window to my own.
I spent the morning wasting time with limited and out of date projects:
hornet's eye (couldn't find how to reference an existing window)
matju's RubyX11 (wanted ruby 1.7)
moriq's ruby-xlib (unsigned int for int errors during compile)
xlib-wrap (more type errors)
So apart from using c with xlib or xcb, is there a decent current and stable library or language I can use for fast development? Any language is fine but I would prefer ruby.