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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,46b35c6f5f1a761d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.208.9 with SMTP id ga9mr821775qab.8.1360779013127; Wed, 13 Feb 2013 10:10:13 -0800 (PST) X-Received: by 10.49.60.40 with SMTP id e8mr1440509qer.40.1360779013098; Wed, 13 Feb 2013 10:10:13 -0800 (PST) Path: k2ni24985qap.0!nntp.google.com!p13no14700766qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 13 Feb 2013 10:10:12 -0800 (PST) In-Reply-To: <5f621dd4-c254-4ab4-9d41-7752a5cfc565@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.153.68.213; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.153.68.213 References: <5f621dd4-c254-4ab4-9d41-7752a5cfc565@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Linux (openSUSE), Ada (GNAT) + OpenGL (MESA) = possible? From: Shark8 Injection-Date: Wed, 13 Feb 2013 18:10:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-02-13T10:10:12-08:00 List-Id: On Wednesday, February 13, 2013 4:50:00 AM UTC-6, reinkor wrote: > Could anybody give a hint on how to use OpenGL (Mesa) > from Ada (GNAT) under linux (for example openSUSE 12.2)=20 > reinert I have a working-but-partial OpenGL binding over here: https://github.com/O= neWingedShark/TAO-GL It has at least all the functions included through OpenGL 1.1, though all o= f them updated for the enumerations of the 4.3 version. (I haven't gotten a= round to the additional [1.2+] functions yet; also it needs a bit of a rewo= rk to be able to [automatically] take advantage of the dynamic enumerations= instead of only going with the bare-minimums.)