wx.glcanvas

These classes enable viewing and interacting with an OpenGL context in a wx.Window.

Class Summary

Class

Short Description

GLAttribsBase

This is the base class for wx.glcanvas.GLAttributes and wx.glcanvas.GLContextAttrs .

GLAttributes

This class is used for setting display attributes when drawing through OpenGL (“Pixel format” in MSW and OSX parlance, “Configs” in X11).

GLCanvas

wx.glcanvas.GLCanvas is a class for displaying OpenGL graphics.

GLContext

An instance of a wx.glcanvas.GLContext represents the state of an OpenGL state machine and the connection between OpenGL and the system.

GLContextAttrs

This class is used for setting context attributes.