pupil-labs / pupil-invisible-monitor

DEPRECATED - Use https://docs.pupil-labs.com/invisible/how-tos/data-collection-with-the-companion-app/monitor-your-data-collection-in-real-time.html instead.
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Support full screen #16

Closed pfaion closed 4 years ago

pfaion commented 4 years ago

Enables support for different window aspect ratios. This results in full-screen and snapping working appropriately without a distorted camera image. In the end we can also allow arbitrary resizing of the window in general.

In order to make this clear and consistent, a couple of OpenGL context manager have been added. Also gl_utils.py has been cleaned up from everything that was not used.