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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c3768896d3e82ec X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!news.newsland.it!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Game Programming / Graphics Date: Sat, 02 Apr 2005 23:35:58 +0100 Message-ID: References: <1112471680.276284.42140@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1112477757 24949 62.49.62.197 (2 Apr 2005 21:35:57 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 2 Apr 2005 21:35:57 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: g2news1.google.com comp.lang.ada:10235 Date: 2005-04-02T23:35:58+01:00 List-Id: On Sat, 02 Apr 2005 11:54:40 -0800, jsnX wrote: > I'm interested in learning Ada for game programming. Right now I'm > learning C++, a necessary step, but I don't like it - the language > seems to encourage disorganization. What resources for graphics and It does, but if you want a job in the industry, expect to be forced into using C or C++. > game programming does Ada have? What is Ada's numerics model like? I've > heard that it's better than C++'s, but I haven't seen any specifics. There are bindings to SDL. There are many bindings to OpenGL, some come with GUI bindings, i.e. GtkAda, CLAW, etc. I've worked on GL bindings and they're here http://www.archangel-interactive.com/gl.html. You can bind to C relaly easily, so if it doens't exist, you can write your own stuff. Luke.