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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3e94d378267a2887 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-03 10:11:23 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!dfw-service2.ext.ray.com.POSTED!53ab2750!not-for-mail Message-ID: <40461FF2.89A29953@me.org> From: Me Reply-To: me@me.org X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GlutMainLoop in Ada References: <40453B04.BC4E18C@mchsi.com> <4046047B.9269BA62@me.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 03 Mar 2004 12:12:02 -0600 NNTP-Posting-Host: 199.46.172.133 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.ray.com 1078337483 199.46.172.133 (Wed, 03 Mar 2004 12:11:23 CST) NNTP-Posting-Date: Wed, 03 Mar 2004 12:11:23 CST Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:6036 Date: 2004-03-03T12:12:02-06:00 List-Id: I was looking for the procedure implemented in Ada. I have the bindings. I saw one website that showed how to modify the C code so that it would return control back to the user instead of hogging control in its loop. However, I do not know how to do all the "C" stuff the author suggested. : ( May have to dig into "C" and see if I can make that happen. Thank you. Bruce "Chad R. Meiners" wrote: > Are you looking for an actual GLUT implementation written in Ada or an Ada > specification binding that allows you to call GlutMainLoop? If the first, I > don't know where you can find that; however, we can find the binding in the > package OpenGL.GLUT. > > "Me" wrote in message news:4046047B.9269BA62@me.org... > > Checked some downloads and used their search engine. Didn't see it. > > > > "Chad R. Meiners" wrote: > > > > > Did you check http://sourceforge.net/projects/adaopengl/ ? > > > > > > "Bruce or Tracy Jacobs" wrote in message > > > news:40453B04.BC4E18C@mchsi.com... > > > > Searched to no avail on Google, so I'll post the question. > > > > > > > > Does anyone have or know where I can obtain an Ada implementation > > > > of the GLUT procedure GlutMainLoop? > > > > > > > > TIA, > > > > Bruce > >