1 | <!-- |
---|
2 | Copyright (C) 2002-2005, Milan Ikits <milan ikits[]ieee org> |
---|
3 | Copyright (C) 2002-2005, Marcelo E. Magallon <mmagallo[]debian org> |
---|
4 | This documentation may not be modified or redistributed in any |
---|
5 | form, except by the copyright holder. |
---|
6 | --> |
---|
7 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html/4/loose.dtd"> |
---|
8 | <!-- <img src="new.png" height="12" alt="NEW!"> --> |
---|
9 | <html> |
---|
10 | <head> |
---|
11 | <title> |
---|
12 | GLEW: The OpenGL Extension Wrangler Library |
---|
13 | </title> |
---|
14 | <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> |
---|
15 | <link href="glew.css" type="text/css" rel="stylesheet"> |
---|
16 | </head> |
---|
17 | <body bgcolor="#fff0d0"> |
---|
18 | <table border="0" width="100%" cellpadding="12" cellspacing="8" style="height:100%"> |
---|
19 | <tr> |
---|
20 | <td bgcolor="#ffffff" align="left" valign="top" width="200"> |
---|
21 | <table border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> |
---|
22 | <tr> |
---|
23 | <td valign="top"> |
---|
24 | <table border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> |
---|
25 | <tr><td align="center"><i>Latest Release: <a href="https://sourceforge.net/project/showfiles.php?group_id=67586&package_id=67942&release_id=327647">1.3.3</a></i></td></tr> |
---|
26 | <tr><td align="center"><br></td></tr> |
---|
27 | <tr><td align="center"><img src="./glew.png" alt="GLEW Logo" width="97" height="75"></td></tr> |
---|
28 | <tr><td align="center"><br></td></tr> |
---|
29 | <tr><td align="center"> |
---|
30 | <table border="0" cellpadding="0" cellspacing="0" align="center"> |
---|
31 | <tr><td align="center"><a href="index.html">Download</a></td></tr> |
---|
32 | <tr><td align="center"><a href="install.html">Installation</a></td></tr> |
---|
33 | <tr><td align="center"><a href="basic.html">Basic Usage</a></td></tr> |
---|
34 | <tr><td align="center"><a href="advanced.html">Advanced Usage</a></td></tr> |
---|
35 | <tr><td align="center"><b>Credits & Copyright</b></td></tr> |
---|
36 | <tr><td align="center"><a href="log.html">Change Log</a></td></tr> |
---|
37 | <tr><td align="center"><a href="http://sourceforge.net/projects/glew/">Project Page</a></td></tr> |
---|
38 | <tr><td align="center"><a href="https://sourceforge.net/mail/?group_id=67586">Mailing Lists</a></td></tr> |
---|
39 | <tr><td align="center"><a href="http://sourceforge.net/tracker/?group_id=67586">Bug Tracker</a></td></tr> |
---|
40 | </table> |
---|
41 | <tr><td align="center"><br></tr> |
---|
42 | </table> |
---|
43 | </td> |
---|
44 | </tr> |
---|
45 | <tr> |
---|
46 | <td valign="bottom"> |
---|
47 | <table border="0" width="100%" cellpadding="5" cellspacing="0" align="left"> |
---|
48 | <tr><td align="center"><i>Last Update: 05-16-05</i></td></tr> |
---|
49 | <tr><td align="center"> |
---|
50 | <a href="http://www.opengl.org"> <img src="./ogl_sm.jpg" width="68" |
---|
51 | height="35" border="0" alt="OpenGL Logo"></a> |
---|
52 | <a href="http://sourceforge.net"> <img |
---|
53 | src="http://sourceforge.net/sflogo.php?group_id=67586&type=1" |
---|
54 | width="88" height="31" border="0" alt="SourceForge Logo"></a> |
---|
55 | </td> |
---|
56 | </tr> |
---|
57 | </table> |
---|
58 | </td> |
---|
59 | </tr> |
---|
60 | </table> |
---|
61 | </td> |
---|
62 | |
---|
63 | <td bgcolor="#ffffff" align="left" valign="top"> |
---|
64 | |
---|
65 | <h1 align="center">The OpenGL Extension Wrangler Library</h1> |
---|
66 | |
---|
67 | <h2>Credits</h2> |
---|
68 | |
---|
69 | <p> |
---|
70 | GLEW was developed by <a href="http://www.cs.utah.edu/~ikits/">Milan |
---|
71 | Ikits</a> and <a |
---|
72 | href="http://wwwvis.informatik.uni-stuttgart.de/~magallon/">Marcelo |
---|
73 | Magallon</a>. They also perform occasional maintainance to make sure |
---|
74 | that GLEW stays in mint condition. Aaron Lefohn, Joe Kniss, and Chris |
---|
75 | Wyman were the first users and also assisted with the design and |
---|
76 | debugging process. The acronym GLEW originates from Aaron Lefohn. |
---|
77 | Pasi Kärkkäinen identified and fixed several problems with |
---|
78 | GLX and SDL. Nate Robins created the <tt>wglinfo</tt> utility, to |
---|
79 | which modifications were made by Michael Wimmer. |
---|
80 | </p> |
---|
81 | |
---|
82 | <h2>Copyright</h2> |
---|
83 | |
---|
84 | <p> |
---|
85 | GLEW is originally derived from the <a |
---|
86 | href="http://www.levp.de/3d/">EXTGL</a> project by Lev Povalahev. The |
---|
87 | source code is licensed under the modified BSD license, the <a |
---|
88 | href="sgi.txt">SGI Free Software License B</a>, and the <a |
---|
89 | href="glx.txt">GLX Public License</a>. The automatic code |
---|
90 | generation scripts are released under the <a href="gpl.txt">GPL</a>. |
---|
91 | </p> |
---|
92 | |
---|
93 | </td> |
---|
94 | </tr> |
---|
95 | |
---|
96 | </table> |
---|
97 | |
---|
98 | </body> |
---|