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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d1296b1e5055be50 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.216.237.155 with SMTP id y27mr1263076weq.11.1343909934003; Thu, 02 Aug 2012 05:18:54 -0700 (PDT) Received: by 10.224.177.12 with SMTP id bg12mr14336089qab.0.1343909933875; Thu, 02 Aug 2012 05:18:53 -0700 (PDT) Path: n2ni4523041win.0!nntp.google.com!7no3534710wig.0!news-out.google.com!a15ni8163394qag.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!border6.newsrouter.astraweb.com!news.astraweb.com!border5.a.newsrouter.astraweb.com!goblin3!goblin.stu.neva.ru!b.newsfeed.yosemite.net!i.newsfeed.yosemite.net!newsfeed.yosemite.net!news.glorb.com!news.ecp.fr!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Ada folks need to talk to C++ folks more Date: Tue, 31 Jul 2012 02:37:32 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <6d4fedca-1b2f-476f-a05e-6c379389128b@wt8g2000pbb.googlegroups.com> <7e849868-acd9-4d30-a8d5-9ff9d89f1a13@h8g2000pbt.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: 9ii5QNw33OfeoTzEH8w9ug.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-31T02:37:32-05:00 List-Id: On 7/31/2012 1:08 AM, wrp wrote: > > Another possibility is computer graphics. The language is certainly > suitable; it just needs good libraries. There are a few projects and I > wonder what would be required to get something production quality. > With good graphics support, maybe Ada would be ready to support game > engine development. > In Ada there is an openGL binding, GLOBE_3D http://globe3d.sourceforge.net/, and GTK Ada for making window/menus (download from GNAT/libre web site). For Fortran there is also an OPEN GL binding. I actually just updated my page with Fortran examples using openGL (linked them all static, for linux, so any one can download the binary and run it, no libraries are needed since it is all static linked), here it is at my Fortran page http://12000.org/my_notes/faq/fortran/index.htm it is also a thin binding to OPENGL. There is also a GTK fortran project started a year ago or so, but the Ada GTK binding seems to be more advanced/complete. --Nasser