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/16 Message-ID: <7f78si$954$1@fleetstreet.Austria.EU.net>#1/1 X-Deja-AN: 467097191 References: <7ej4on$req4@svlss.lmms.lmco.com> <7ese2j$pq5$1@fleetstreet.Austria.EU.net> <37144CB1.DB7CC775@dynamite.com.au> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Complaints-To: abuse@Austria.EU.net X-Trace: fleetstreet.Austria.EU.net 924264146 9380 193.154.148.238 (16 Apr 1999 12:02:26 GMT) Organization: AMST NNTP-Posting-Date: 16 Apr 1999 12:02:26 GMT Newsgroups: comp.lang.ada Date: 1999-04-16T12:02:26+00:00 List-Id: Raffaele schrieb in Nachricht <37144CB1.DB7CC775@dynamite.com.au>... > 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 I did neither use GLAUX nor GLUT. I use GLU (glu.h, win32.glu) and GL (gl.h, win32.gl) from the original Win32Ada binding. You may also use the package opengl from the winapi binding distributed with the openpack bundle of OA. It's written by J. Walker. Not to use Aux requires some work, when you use fonts, but we have a nice font and string module. J. Schr�er