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,d32116f6f91c319f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny06.POSTED!da342007!not-for-mail From: "stephane richard" Newsgroups: comp.lang.ada References: <41a152c2$1@x-privat.org> Subject: Re: Ada suitablity as a game dev language X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Message-ID: <4Zcod.9421$Vy.2532@trndny06> Date: Mon, 22 Nov 2004 03:23:44 GMT NNTP-Posting-Host: 129.44.76.74 X-Complaints-To: abuse@verizon.net X-Trace: trndny06 1101093824 129.44.76.74 (Sun, 21 Nov 2004 22:23:44 EST) NNTP-Posting-Date: Sun, 21 Nov 2004 22:23:44 EST Xref: g2news1.google.com comp.lang.ada:6314 Date: 2004-11-22T03:23:44+00:00 List-Id: "Jeff Houck" wrote in message news:41a152c2$1@x-privat.org... > Greetings Ada NG, > I'm new to Ada but have 15+ years background in C/C++ and x86 > assembly. I skipped Pascal and Java(yuk)and have used the usual scripting > languages, Perl, Python, Tcl/Tk, etc... > > I'm bored with coding C/C++ and would like to try something new... 8^) > > Anyway, I'm really intrigued by Ada and I'd like to "go out on a > limb" and see how Ada measures up to C/C++ for game development. I'm > thinking about both the 2D and 3D regimes, such as an isometric style > game in 2D and a FPS for 3D. > > You don't see Ada mentioned anywhere (that I know of) in game development > circles. Is there a specific reason why? > > I'd like to hear from any in this NG with an opinion or insight on the > subject. Thx! > > -- > > FREENET By X-Privat - http://www.x-privat.org/infofreenet.php Hi Jeff, If you go to my website (http://www.adaworld.com) in the Ada Projects then Binding Projects page....you'll see a project of interest there...AdaOpenGL Likewise, in the library projects you'll see one called Engine_3D this one is 100% Ada...no dependencies on other libraries, and you'll see it's got alot to offer. Hope this helps.