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.236.44.205 with SMTP id n53mr11159827yhb.12.1410696769388; Sun, 14 Sep 2014 05:12:49 -0700 (PDT) X-Received: by 10.140.33.161 with SMTP id j30mr373900qgj.4.1410696769367; Sun, 14 Sep 2014 05:12:49 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!s7no725967qap.1!news-out.google.com!q8ni9qal.1!nntp.google.com!s7no725961qap.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Sep 2014 05:12:49 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=178.212.31.133; posting-account=nuF4hQoAAADjc2KKS1rOkzxWWEmaDrvx NNTP-Posting-Host: 178.212.31.133 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4eeaed85-e5e5-4f79-aa4f-634eaf2ecfd3@googlegroups.com> Subject: Re: what is current status of OpenGL and Ada? From: darkestkhan Injection-Date: Sun, 14 Sep 2014 12:12:49 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:188999 Date: 2014-09-14T05:12:49-07:00 List-Id: On Sunday, February 5, 2012 6:52:25 AM UTC, Nasser M. Abbasi wrote: > current OpenGL is 4.2, released 8,2012. >=20 >=20 >=20 > http://en.wikipedia.org/wiki/OpenGL >=20 >=20 >=20 > previous version was 3.3. >=20 >=20 >=20 > The Ada openGL binding I could find is >=20 >=20 >=20 > http://adaopengl.sourceforge.net/ >=20 >=20 >=20 > and was last updated on 2003 ! This is like 100 years ago >=20 > in computer years. >=20 >=20 >=20 > Is there a more recent openGL binding for Ada? >=20 >=20 >=20 > thanks, >=20 > --Nasser There are at least 2 more recent Ada bindings to OpenGL: one is lumen ( https://github.com/karakalo/lumen or its "fork" https://github.com/= darkestkhan/lumen ) and http://flyx.github.io/OpenGLAda/ Not sure about the one from flyx, but I do know that lumen supports at leas= t up to 3.3 (some of that 3.3 stuff I added myself). As for >3.3 I simply w= asn't interested in adding it as my hardware has no support for it (if you = need I can add). Also lumen provides glut-like functionality. (but the one = from me has no support for Windows, due to my cleanup of code under non-ISC= license)