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


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

the OpenGL::Simple manpage


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.

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