|
Perl Bindings for OpenGL:
OpenGL - OpenGLU
-
GLUT
Use these perl bindings to your OpenGL
libraries to write simple demonstration scripts, make event-driven programs
(with GLUT), or embed an OpenGL interpreter into your existing application!
Requires GL1.1, GLU 1.1, and GLUT 4
(or 3 with glutInitDisplayString()).
Here are a couple of example scripts:
verysimple.pl
-- just the basics
simple.pl -- a
few extras
dinoshade.pl
-- from Mark Kilgard's glut examples |