Window(width: int, height: int)[source] Initialize the OpenGL rendering window and setting up default parameters. Parameters:¶ width : int¶The width of the window in pixels. height : int¶The height of the window in pixels.