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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,33aa2dd882431ed X-Google-Attributes: gid103376,public From: Raffaele Subject: Re: OpenGL bindings? Date: 1999/04/14 Message-ID: <37144CB1.DB7CC775@dynamite.com.au>#1/1 X-Deja-AN: 466213871 Content-Transfer-Encoding: 8bit References: <7ej4on$req4@svlss.lmms.lmco.com> <7ese2j$pq5$1@fleetstreet.Austria.EU.net> Content-Type: text/plain; charset=iso-8859-1 Organization: A Dynamite Internet Service Mime-Version: 1.0 Reply-To: raffaele@dynamite.com.au Newsgroups: comp.lang.ada Date: 1999-04-14T00:00:00+00:00 List-Id: Joachim Schroeer wrote: > Bruce Detter schrieb in Nachricht <7ej4on$req4@svlss.lmms.lmco.com>... > >We are looking for OpenGL Ada bindings (thick or thin) including glX and > >glw. They need to be for OpenGL, not Mesa. So far All I've found is the > >bindings available from http://www.niestu.com/languages/oglada which are > >based on Mesa and the glX and glW bindings need work. We would prefer to > >use complete and tested bindings if they can be found. > > > >Any help will be greatly appreciated... > > > >BCD3 > > > > You did not mention, for what plattform you need the binding. I did a lot > of OpenGL programming on Windows NT using the Win32Ada binding > (see my posting "Another (small) Ada success story" from Thursday). > It was developed using NT and ObjectAda. I tried to port the SW > (about 50000 loc) to GNAT 311p for NT but failed. From my > experience I would recommend OA for WinNT. > > J. Schr�er I am also trying to use OpenGL with ObjectAda (Win32). The trouble I am having is in finding a GLUT-Ada binding. Did you use GLUT or the default, and outdated, aux library? Regards, Raffaele Filardo