From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f7991917649b63a4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-03 11:25:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!novia!novia!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Hans Beck Newsgroups: comp.lang.ada Subject: Re: problems making OpenGL with Gnat 3.13p Date: Mon, 03 Jun 2002 20:29:57 +0200 Organization: T-Online Message-ID: <3CFBB5A5.5000307@t-online.de> References: <3CF658C1.3040603@t-online.de> <3CF7EF14.9000905@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1023128666 05 23337 OPm6bRsVSgH7ru 020603 18:24:26 X-Complaints-To: abuse@t-online.com X-Sender: 07203922280-0001@t-dialin.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:25271 Date: 2002-06-03T20:29:57+02:00 List-Id: Hi, > > Are you using GLAUX or GLUT ? If the former be sure to download a binary > distribution of the GLAUX library on my Web Site (libglaux.a). But the best > way is to use the GLUT layer instead... I have not compiled this demos since a > long time so maybe there is some other issues, but I'll be surprised. The examples mentioned are glaux examples. For using Glut I need an extra package, right ? what's about performance of GLUT ? Is it slower then using openGL "directly" ? (I think so because GLUT lays above basic openGL) Greetings Hans