Jonathan Chin > OpenGL-Simple-GLUT-0.01 > OpenGL::Simple::GLUT

Download:
OpenGL-Simple-GLUT-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Module Version: 0.01   Source   Latest Release: OpenGL-Simple-GLUT-0.03

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.