The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

  # ...

  glutSolidTeapot(1);

DESCRIPTION

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

OpenGL::Simple

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright 2004 by Jonathan Chin

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.