From: lnb87 AT my-deja DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: WHAT EXACLY IS MESA? Date: Thu, 08 Jul 1999 03:59:26 GMT Organization: Deja.com - Share what you know. Learn what you don't. Lines: 38 Message-ID: <7m17mp$dq$1@nnrp1.deja.com> References: <931343053 DOT 487757 AT diddley DOT primus DOT com DOT au> NNTP-Posting-Host: 203.36.239.10 X-Article-Creation-Date: Thu Jul 08 03:59:26 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt) X-Http-Proxy: 1.1 cerespr1.datafast.net.au:3128 (Squid/2.2.STABLE1), 1.0 x29.deja.com:80 (Squid/1.1.22) for client 203.36.239.12, 203.36.239.10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com MESA is an alternative to Open GL no, really, it is. OpenGL is a programming library (API) for 3D graphics. it generates 3D scenes with polygons, etc. and you can do textures, fog, lighting and all that sort of thing with it. OpenGL is available in a few different implementations. There are versions for most compilers. Mesa was written by Brian Paul, and is a linux implementation of the OpenGL API. It is available for Linux, DJGPP, Visual C and probably a few other compilers. distributed with Mesa is the GL Utility Library (Glut), which handles the hardware side of it. ie: you use OpenGL (mesa) do generate the scene and glut to set the screen modes and draw the stuff. at least that's my understanding of the situation. i've made a few posts with no effect yet, but what i want to know, is: can you get glut to compile under DJGPP? if so, where can i get it and if not, is there an alternative? the book i have on opengl uses glut in all its examples. TIA In article <931343053 DOT 487757 AT diddley DOT primus DOT com DOT au>, "Steven Taylor" wrote: > This may be off-topic, but many djgpp programmers use mesa. > > I've been to the MESA site, and nowhere does it actually say what MESA is. > All I know is it has something to do with 3D. > > Software is completely useless if no-one knows what it is for. > > Please, don't answer me with, "MESA is an alternative to OpenGL" because I > know Sweet Fanny Adams about OpenGL. > > Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.