Package glitter :: Package contexts :: Module glut
[hide private]
[frames] | no frames]

Module glut

source code

GLUT context creation and management.


Bug: Closing a GLUT window via the window system (not the API) causes bogus error messages and even the occasional segfault.

To Do:

Author: Stephan Wenger

Date: 2012-02-29

Classes [hide private]
  GlutWindow
Functions [hide private]
 
_func_property(glut_func) source code
 
initialize(argv=None)
Initialize GLUT.
source code
 
main_loop()
Enter the GLUT main loop.
source code
 
main_loop_event()
Allow GLUT to process events.
source code
 
leave_main_loop()
Leave the GLUT main loop.
source code
 
get_screen_shape()
Screen height and width in pixels.
source code
 
get_screen_shape_mm()
Screen height and width in millimeters.
source code
 
get_elapsed_time()
Time in seconds since GLUT was initialized.
source code
 
get_shift_state()
Only available in keyboard, special, and mouse callbacks.
source code
 
get_ctrl_state()
Only available in keyboard, special, and mouse callbacks.
source code
 
get_alt_state()
Only available in keyboard, special, and mouse callbacks.
source code
Variables [hide private]
  _cursors = Enum(right_arrow, left_arrow, info, destroy, help, ...
  __package__ = 'glitter.contexts'
Function Details [hide private]

initialize(argv=None)

source code 

Initialize GLUT. Called automatically on import.

main_loop()

source code 

Enter the GLUT main loop.

To Do: Avoid destroying a window in __del__ that has already been destroyed by closing it; can glutCloseFunc help?


Variables Details [hide private]

_cursors

Value:
Enum(right_arrow, left_arrow, info, destroy, help, cycle, spray, wait,\
 text, crosshair, up_down, left_right, top_side, bottom_side, left_sid\
e, right_side, top_left_corner, top_right_corner, bottom_right_corner,\
 bottom_left_corner, inherit, none, full_crosshair)