robot icon indicating copy to clipboard operation
robot copied to clipboard

Create a new `Overlay` class

Open dkrutsko opened this issue 8 years ago • 0 comments

Since #2 is no longer being implemented, an alternative class needs to be developed in order to solve the initial problem. The Overlay class will contain functions relating to the creation and manipulation of overlay windows. These overlay windows are transparent and are designed to be positioned in front of other windows. Once positioned, developers are able to draw images on the overlay window, "augmenting" what is below it. Since images are the only way to render to the overlay window, an external rendering library will need to be used, which keeps robot in-scope.

dkrutsko avatar Mar 05 '17 07:03 dkrutsko