| OpenGL-Simple-GLUT documentation | view source | Contained in the OpenGL-Simple-GLUT distribution. |
OpenGL::Simple::GLUT - Another interface to GLUT
use OpenGL::Simple qw(:all); use OpenGL::Simple::GLUT qw(:all); # ... glutSolidTeapot(1);
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.
Jonathan Chin, <jon-opengl-simple-glut@earth.li> ; documentation and sanitization by Simon Cozens.
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 documentation | view source | Contained in the OpenGL-Simple-GLUT distribution. |