hiptext
hiptext copied to clipboard
Screencast desktop
I don't know if you want this is hiptext? Obviously it's mostly useful for my texttop app. But it's kind of cool anyway I reckon.
It uses X11's API XGetSubImage
to render the current desktop. Hiptext currently works on Windows right? So it would need a compiler option to disable it on the windows binary.
Also, I'm not 100% sure I've done the colour conversion in Graphic Next()
correctly, colours look accurate when rendered, so I assume it's correct. Well in fact this is the first C++ I've written and I don't think I've done the OOP stuff quite right.