Perl OpenGL-0.65 released
[email protected] (Chris Marshall) Fri, 22 Jul 2011 09:51:21 -0400
| Newsgroups | perl.sdl.devel |
|---|---|
| Message-ID | <CAPTtexKgd8rfJNToHoHWoq_APfyvntEg3+3TQi7dDJnCbo74uA@mail.gmail.com> |
Announcing the release of OpenGL-0.65 to CPAN
and on the POGL sf.net project site:
http://search.cpan.org/~chm/OpenGL-0.65/
http://sourceforge.net/projects/pogl/files
This release includes a number of bugs fixed, build
enhancements, and features added. It could not have
happened without the contributions of Paul Seamons,
Rob/Sisyphus, Dmitry Karasik, kmx, Kartik Thakore,
and others. Thanks!
Enjoy,
Chris Marshall
and the POGL developers
+------------------------------------------------------------------------+
| OpenGL-0.65
+------------------------------------------------------------------------+
General Notes:
* This is a point release for the Perl OpenGL module (POGL)
with new features, bugs fixed and improved documentation.
* OS/2 is no longer supported by POGL directly.
Highlights:
* Paul Seamons contributed full tessellation support,
documentation for OpenGL::Tessellation, and a *major* set
of fixes and POD for the existing OpenGL::Array module.
* The cygwin build of POGL now supports either the native
win32 platform drivers or the X11/GLX bindings (default).
Use interface=w32api or interface=wgl as args to the
perl Makefile.PL to select. NOTE: you have to pick one
or the other. If you change, any dependencies such as
PDL::Graphics::TriD will need to be recompiled.
* The included FreeGLUT DLL has been upgraded to 2.6.0
thanks to Rob/sisyphus.
* Prima::OpenGL has been released by Dmitry Karasik which
adds support for Perl OpenGL to his cross-platform GUI
toolkit in addition to bug fixes and code cleanup.
Thanks, Dmitry! See http://search.cpan.org/~karasik/Prima-1.30/
for details.