![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re^5: 3d for Perl?by sfink (Deacon) |
on Oct 25, 2007 at 03:10 UTC ( #647065=note: print w/replies, xml ) | Need Help?? |
http://graphcomp.com/opengl/
If you search for "POGL", you'll find more information. Warning: OpenGL.pm is not straightforward to get working on many platforms. OpenGL::Simple is much easier, but more limited in functionality. The functionality it provides is a bit easier to use (it maps OpenGL calls into Perl semantics to a slight degree, so you can do glVector($a,$b,$c) instead of glVector3f($a,$b,$c); it figures out whether to call glVector3f or glVector3i or ...)
In Section
Seekers of Perl Wisdom
|
|