OpenGL::Simple::GLUT - Another interface to GLUT


OpenGL-Simple-GLUT documentation  | view source Contained in the OpenGL-Simple-GLUT distribution.

Index


NAME

Top

OpenGL::Simple::GLUT - Another interface to GLUT

SYNOPSIS

Top

  use OpenGL::Simple qw(:all);
  use OpenGL::Simple::GLUT qw(:all);

  # ...

  glutSolidTeapot(1);




DESCRIPTION

Top

This module provides an interface to the GLUT OpenGL toolkit library; it binds the GLUT functions and constants to Perl subroutines with a polymorphic interface.

SEE ALSO

Top

OpenGL::Simple

AUTHOR

Top

Jonathan Chin, <jon-opengl-simple-glut@earth.li> ; documentation and sanitization by Simon Cozens.

COPYRIGHT AND LICENSE

Top


OpenGL-Simple-GLUT documentation  | view source Contained in the OpenGL-Simple-GLUT distribution.