|
1 | 1 |
|
2 | 2 | =head1 NAME |
3 | 3 |
|
4 | | -OpenGL - v0.64_005 |
| 4 | +OpenGL - v0.65 |
5 | 5 |
|
6 | 6 | =head1 SYNOPSIS |
7 | 7 |
|
8 | 8 |
|
9 | | - use OpenGL qw(:old); # Exports much old functionality of OpenGL 0.4 |
| 9 | + use OpenGL qw(:all); # exports all new functionality, without |
| 10 | + # the OpenGL-0.4 compatibility functions |
| 11 | + |
| 12 | + use OpenGL qw(:glfunctions :glconstants); # exports functions and |
| 13 | + # constants for using OpenGL, without exporting |
| 14 | + # GLU, GLUT, or GLX stuff. |
| 15 | + |
| 16 | + use OpenGL qw(:old); # Exports much old functionality of OpenGL 0.4 |
| 17 | + |
| 18 | + use OpenGL; # DEPRECATED! Same as above. DEPRECATED! |
10 | 19 |
|
11 | | - use OpenGL; # DEPRECATED! Same as above. DEPRECATED! |
12 | | - |
13 | | - use OpenGL qw(:glfunctions :glconstants); # exports functions and |
14 | | - # constants for using OpenGL, without exporting GLU, GLUT, |
15 | | - # or GLX stuff. |
16 | | - |
17 | | - use OpenGL qw(:all); # exports all new functionality, without the OpenGL |
18 | | - # 0.4 compatibility functions |
19 | | - |
20 | | - See also: POGL Objects |
21 | | - |
22 | | - * OpenGL::Array - optimized data arrays via C pointers |
23 | | - |
24 | | - * OpenGL::Image - direct C pointer acces to ImageMagick image cache |
25 | | - |
26 | | - * OpenGL::Shader - abstracted shader interface: ARB, GLSL and Cg |
| 20 | + See also: POGL Objects |
| 21 | + |
| 22 | + * OpenGL::Array - optimized data arrays via C pointers |
| 23 | + |
| 24 | + * OpenGL::Image - direct C pointer acces to ImageMagick image cache |
| 25 | + |
| 26 | + * OpenGL::Shader - abstracted shader interface: ARB, GLSL and Cg |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
@@ -1809,8 +1809,9 @@ Chris Marshall has been responsible for the OpenGL module development |
1809 | 1809 | starting with OpenGL-0.58 on 06-Sep-2009. |
1810 | 1810 |
|
1811 | 1811 | Compatibility with these earlier libraries is in a state of flux with |
1812 | | -with on-going work to re-integrate the Perl OpenGL module into the Perl |
1813 | | -Data Language and replacing its fork of the OpenGL-0.5. |
| 1812 | +with on-going work to refactor the Perl OpenGL module to improve support |
| 1813 | +for other GUI toolkits with Perl bindings and to update the version of |
| 1814 | +OpenGL API supported. |
1814 | 1815 |
|
1815 | 1816 | =head1 EXPORTS |
1816 | 1817 |
|
@@ -1878,8 +1879,8 @@ Exports all symbols needed for the old functions. |
1878 | 1879 |
|
1879 | 1880 | =head1 AUTHORS |
1880 | 1881 |
|
1881 | | -Primary CPAN OpenGL Owner/Maintainer: Bob "grafman" Free - http://graphcomp.com/opengl |
1882 | | -Co-Maintainer Chris Marshall (PAUSE id CHM) |
| 1882 | +Primary OpenGL Maintainer Chris Marshall (PAUSE id CHM) |
| 1883 | +Co-Maintainer: Bob "grafman" Free - http://graphcomp.com/opengl |
1883 | 1884 |
|
1884 | 1885 | Original Author: Stan Melax |
1885 | 1886 |
|
@@ -1911,22 +1912,18 @@ under the same terms as Perl itself. |
1911 | 1912 |
|
1912 | 1913 | =head1 DISTRIBUTIONS |
1913 | 1914 |
|
1914 | | -POGL Developer's Site: http://graphcomp.com/opengl |
| 1915 | +POGL Project site: http://sourceforge.net/projects/pogl/ |
1915 | 1916 |
|
1916 | 1917 | =head2 SOURCE |
1917 | 1918 |
|
1918 | | -CPAN: http://search.cpan.org/~chm/ |
1919 | | - |
1920 | | -GIT: git://pdl.git.sourceforge.net/gitroot/pdl/pogl (Read only) |
1921 | | - |
1922 | | -SVN: TBD |
1923 | | - |
1924 | | -TARBALL: TBD |
1925 | | - |
1926 | | -ZIP: TBD |
| 1919 | + CPAN: http://search.cpan.org/~chm/ |
| 1920 | + GIT: git://pogl.git.sourceforge.net/gitroot/pogl/pogl (Read only) |
| 1921 | + TARBALL: http://sourceforge.net/projects/pogl/files/ |
1927 | 1922 |
|
1928 | 1923 | =head2 WINDOWS BINARIES |
1929 | 1924 |
|
1930 | | -PPM 5.6.x: TBD |
1931 | | - |
1932 | | -PPM 5.8.x: TBD |
| 1925 | + For 32-bit perls 5.8.x and later: |
| 1926 | + ppm install http://www.sisyphusion.tk/ppm/OpenGL.ppd |
| 1927 | + |
| 1928 | + For 64-bit perls 5.8.x and later: |
| 1929 | + ppm install http://www.sisyphusion.tk/ppm/OpenGL.ppd |
0 commit comments