1<HTML> 2 3<TITLE>SGI GLU</TITLE> 4 5<link rel="stylesheet" type="text/css" href="mesa.css"></head> 6 7<BODY> 8 9<H1>SGI SI GLU</H1> 10 11(Silicon Graphics, Inc. Sample Implementation of the OpenGL Utility library) 12 13<p> 14SGI open-sourced their OpenGL Sample Implementation (SI) in January, 2000. 15This includes the GLU library. 16</p> 17 18<p> 19The SI GLU library implements GLU version 1.3 whereas the original 20Mesa GLU library only implemented version 1.2. 21We recommend using the SI GLU library instead of Mesa's GLU library 22since it's more up-to-date, complete and reliable. 23We're no longer developing the original Mesa GLU library. 24</p> 25 26<p> 27The SI GLU library code is included in the Mesa distribution. 28You don't have to download it separately. 29</p> 30 31 32<p> 33<b>Olivier Michel</b> has made Linux RPMs of GLU for i386 and PowerPC. 34You can download them from the 35<a href="http://www.sourceforge.net/project/showfiles.php?group_id=3" 36target="_parent">download area</a> under <b>Miscellaneous</b>. 37</p> 38 39<p> 40Visit the <a href="http://oss.sgi.com/projects/ogl-sample/" target="_parent"> 41OpenGL Sample Implementation home page</a> for more information about the SI. 42</p> 43 44</body> 45</html> 46