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: "Joachim Schroeer" Subject: Re: OpenGL bindings? Date: 1999/04/12 Message-ID: <7ese2j$pq5$1@fleetstreet.Austria.EU.net>#1/1 X-Deja-AN: 465406482 References: <7ej4on$req4@svlss.lmms.lmco.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Complaints-To: abuse@Austria.EU.net X-Trace: fleetstreet.Austria.EU.net 923909011 26437 193.154.148.244 (12 Apr 1999 09:23:31 GMT) Organization: AMST NNTP-Posting-Date: 12 Apr 1999 09:23:31 GMT Newsgroups: comp.lang.ada Date: 1999-04-12T09:23:31+00:00 List-Id: 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