glew

Couannette couannette at free.fr
Mon Feb 2 23:44:03 GMT 2004


Hi,

here it's an usefull library for those who develop with OpenGL.

Cheers,
Couannette
-------------- next part --------------
(

	cd $SOURCE_DIRECTORY		&&
	cd auto				&&
	make				&&
	cd ..				&&
	make				&&
	prepare_install                 &&
        make    install

) > $C_FIFO 2>&1
-------------- next part --------------
          MODULE=glew
         VERSION=1.1.4
          SOURCE=$MODULE-$VERSION-src.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
        WEB_SITE=http://glew.sourceforge.net/
         ENTERED=20040202
         UPDATED=20040202
      MAINTAINER=couannette at free.fr
           SHORT="OpenGL Extension Wrangler Library"
cat << EOF
The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist C/C++ OpenGL developers with two tedious tasks: initializing and using extensions and writing portable applications. GLEW provides an efficient run-time mechanism to determine whether a certain extension is supported by the driver or not. OpenGL core and extension functionality is exposed via a single header file. GLEW currently supports a variety of platforms and operating systems, including Windows, Linux, Darwin, Irix, and Solaris.
EOF


More information about the Lunar mailing list