Finish up preparations for release 1.0

This commit is contained in:
Bradlee Speice
2012-06-28 12:57:21 -04:00
parent 45905d8454
commit d4d2fdf051
12 changed files with 426 additions and 4 deletions

View File

@ -11,7 +11,7 @@ Sikuli represented some great ideas, and the built-in IDE was great. Problem bei
As such, starting with a sample OpenCV program to recognize sub-images, I'm attempting to create a GUI testing framework that's more stable, no-questions-asked, simple, and otherwise just usable (specifically from BASH - don't make things more complicated than they need to be.)
###### How it works ######
OpenCV is used for image processing, and XTestExtension is used for driving X11. I'll be looking into XInput2 eventually, but the focus is on getting something stable out the door first.
OpenCV is used for image processing, and XTestExtension is used for driving X11. Reference implementations are given, and they are fairly full-featured.
###### Where we're headed #######
Image recognition and basic X automation are done. From here, code more advanced X automations (ex. Giving the library a string of text to enter, rather than just a character at a time), and clean up the code.