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.70.41.230 with SMTP id i6mr19673281pdl.2.1409675986915; Tue, 02 Sep 2014 09:39:46 -0700 (PDT) X-Received: by 10.140.98.243 with SMTP id o106mr35998qge.17.1409675986866; Tue, 02 Sep 2014 09:39:46 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!r2no12951632igi.0!news-out.google.com!q8ni9qal.1!nntp.google.com!m5no5222743qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 2 Sep 2014 09:39:46 -0700 (PDT) In-Reply-To: <64ff459f-98c0-4fab-bcdd-d9fafe3311e6@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:2ab8:224:1:89dd:1500:390c:281d; posting-account=kLM-CAoAAAD1qD8LldjLWCXYzERl03-C NNTP-Posting-Host: 2a02:2ab8:224:1:89dd:1500:390c:281d References: <64ff459f-98c0-4fab-bcdd-d9fafe3311e6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <84174989-53fc-4c5b-92d0-9a3f626ecc2e@googlegroups.com> Subject: Re: is getting OpenGL to work with Ada a lost cause? From: Quentin Ochem Injection-Date: Tue, 02 Sep 2014 16:39:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:188805 Date: 2014-09-02T09:39:46-07:00 List-Id: On Saturday, August 2, 2014 10:54:33 PM UTC+2, pinc...@gmail.com wrote: > I've noticed that most, if not all the tutorials are set up to use OpenGl with C/C++ (and in SOME cases, ObjectPascal/Delphi). > > > > all the tutorials for using them with Ada are out of date, or have dead links. > > > > I've all but given up. > > especially since the only binding that works with my setup (win 7) is globe_3d. I'm coming late in the discussion, but AdaCore University tutorials (http://u.adacore.com/) are actually openGL based. GNAT GPL 2013 provided binding to the SDL / OpenGL for Windows, GPL 2014 should work for Linux as well.