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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.72.33 with SMTP id a1mr7898218pav.20.1468030815246; Fri, 08 Jul 2016 19:20:15 -0700 (PDT) X-Received: by 10.157.2.232 with SMTP id 95mr237882otl.9.1468030815201; Fri, 08 Jul 2016 19:20:15 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!jk6no14342722igb.0!news-out.google.com!d130ni849ith.0!nntp.google.com!r1no14353466ige.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 8 Jul 2016 19:20:14 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.158.110.180; posting-account=gOYTTAoAAADrNEg_oe5Etelo-0qd7UeW NNTP-Posting-Host: 69.158.110.180 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1d5c3ce9-dc8c-423d-bcb2-d00204c38204@googlegroups.com> Subject: Re: Ann: GLOBE_3D Release 2016-07-05 - "Blender edition" From: Aurele Injection-Date: Sat, 09 Jul 2016 02:20:15 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31044 Date: 2016-07-08T19:20:14-07:00 List-Id: "Are you still providing / maintaining OpenALAda ? It would be interesting = to combine both things... " Well OpenALAda still runs but its no longer hosted, it did not get that muc= h attention. I thought you already had a copy of it. More recently, I implemented a kind of replacement for GLUT in Ada. I thin= k it has its pluses over GLUT and uses newer 'RawInput' interfaces (on Wind= ows XP, 7 and 10). I can send you a simple demo and specs if you like. In = fact, I was trying to replace GLUT in your demo program with my newer inter= face but hit a wall when I failed to recognize the GL (OpenGL++) stuff in y= our code. I'll keep at it but I'm currently having difficulty binding the = GL libraries you provided.