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=-0.1 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,PP_MIME_FAKE_ASCII_TEXT,WEIRD_PORT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5b7ee26df9f9c357 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: OpenGL in Ada Date: Tue, 13 Jul 2010 13:13:48 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <68dd0333-f502-4351-9e50-4ec83bddc44e@k39g2000yqd.googlegroups.com> Injection-Date: Tue, 13 Jul 2010 13:13:48 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="23497"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19VCpPC0twnYQRscUYBllt4JVwSNp8NNWE=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:wA3ZAYKLmvzBe77jy/tTfAV3vEI= Xref: g2news1.google.com comp.lang.ada:12378 Date: 2010-07-13T13:13:48+00:00 List-Id: Ludovic Brenta expounded in news:b3788036-725e-4462-8389-e7a9ca52b6a7@g19g2000yqc.googlegroups.com: > Warren wrote on comp.lang.ada: >> There is the SDL project:http://www.libsdl.org/libraries.php >> available for portable game writing. �Something like that in >> Ada form would be very useful. This is a big project, to be >> sure, but Ada tasking and games seem like a natural fit >> to me. I'd be interested in developing some games with this >> kind of framework. > > There exists an Ada binding: http://sourceforge.net/projects/adasdl/ Well that is cool. Thanks for the pointer. > Several years ago I started rewroting Defendguin in Ada with this > binding, see > > http://green.ada-france.org:8081/branch/changes/org.ludovic-brenta.defe > ndguin > > IIUC, it is possible to do OpenGL from within, or in conjunction with, > SDL, as most OpenGL games I know of also use SDL. I never tried. I'll definitely have to check that out. Now if I can only get my current project workload out of the way. ;-) Warren