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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT 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: "Bruce Detter" Subject: Re: OpenGL bindings? Date: 1999/04/14 Message-ID: <7f2gah$2646@svlss.lmms.lmco.com>#1/1 X-Deja-AN: 466354298 References: <7ej4on$req4@svlss.lmms.lmco.com> <7ese2j$pq5$1@fleetstreet.Austria.EU.net> <37144CB1.DB7CC775@dynamite.com.au> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Organization: Lockheed Martin Corporation X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 1999-04-14T00:00:00+00:00 List-Id: Joachim, Check out Jerry van Dijk's (often seen in this newsgroup) home page: http://stad.dsl.nl/~jvandyk His site is a wonderful reference and he has a section with a glut download link, and how to use it (generally for gnat, but portable enough I think for OA). It uses the Win32ada bindings and using the notes on his page I was able to install the Win32ada and glut bindings and create OpenGL apps on my NT machine with the gnat compiler and AdaGIDE tool. BCD3 Raffaele wrote in message news:37144CB1.DB7CC775@dynamite.com.au... > 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 >