From: Neil Goldberg Newsgroups: comp.os.msdos.djgpp Subject: Re: OpenGL, 3DFX, Rendition, RivaTNT Date: Thu, 12 Aug 1999 09:54:46 +0100 Organization: The MITRE Corporation Lines: 13 Message-ID: <37B28BD6.2125@mitre.org> References: <37b22e62 AT irc DOT ez-poa DOT com DOT br> NNTP-Posting-Host: mm58842-pc.mitre.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: top.mitre.org 934465952 13816 128.29.96.60 (12 Aug 1999 13:52:32 GMT) X-Complaints-To: usenet AT news DOT mitre DOT org NNTP-Posting-Date: 12 Aug 1999 13:52:32 GMT X-Mailer: Mozilla 3.04 (WinNT; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Carlos Albero Zaffari wrote: > > Does anyone knows where can I get a good OpenGL library so that I > can make use of the latest 3D hardware avaliable? If you're planning on using DJGPP, you won't be able to use the hardware natively, yet. However, if you use scitechsoft's MGL, you can write code that at least works in DJGPP that also could use OpenGL (and thus the hardware) if recompiled in Windows with the Windows version of MGL. moogla