You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: