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.231.68 with SMTP id te4mr12631779pac.29.1405465755216; Tue, 15 Jul 2014 16:09:15 -0700 (PDT) X-Received: by 10.50.66.179 with SMTP id g19mr193843igt.3.1405465755104; Tue, 15 Jul 2014 16:09:15 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!h18no2310008igc.0!news-out.google.com!gf2ni861igb.0!nntp.google.com!h18no2310006igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 15 Jul 2014 16:09:13 -0700 (PDT) In-Reply-To: <0fff89bb-42c0-490f-89c1-aec4a6e09e3c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.188.60.100; posting-account=ctJm-AoAAABQaCDtzbgPWk5DGAl9lKGW NNTP-Posting-Host: 206.188.60.100 References: <0fff89bb-42c0-490f-89c1-aec4a6e09e3c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1df7f12c-8230-4161-aa18-9753a47c0752@googlegroups.com> Subject: Re: ada and opengl From: pincerfae@gmail.com Injection-Date: Tue, 15 Jul 2014 23:09:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:187611 Date: 2014-07-15T16:09:13-07:00 List-Id: On Tuesday, July 15, 2014 12:21:31 PM UTC-7, Marius Amado-Alves wrote: > Strictly you have to understand OpenGL, not C. >=20 >=20 >=20 > Recently I have managed to build Ada OpenGL applications with the libs/pe= ople/processes discussed in this forum, topic "ANN: OpenGLAda 0.3 and OpenC= LAda 0.1 released" >=20 >=20 >=20 > (Not to discourage you, but OpenGL is huge, specially in the number of di= fferent ways available to do basically the same thing. Unfortunately the ex= isting Ada bindings do not solve this. And unfortunately there is no good O= penGL book that solves this either.) yes, I am quite aware of the vastness of opengl. what I'm unhappy about is that every time I use what little code I'm able t= o find and test it (especially with the adaopengl binding), I get the error= message "gl.ads(or similar" not found. so I have these opengl bindings. WHAT DO I DO WITH THEM???