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,a0be06fbc0dd71f1 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Date: Sat, 12 Jan 2008 21:54:10 +0100 From: Gautier User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: The future of Ada is at risk References: <20071229040639.f753f982.coolzone@it.dk> <13oe680qard6u2d@corp.supernews.com> <7499726a-c429-470a-9fd3-8e274cc008fe@q39g2000hsf.googlegroups.com> <74c40aea-872d-4bc3-993c-d4d5ee9a9693@l6g2000prm.googlegroups.com> <6hjho351j4pfhkpbn4gvkakqqesdargseu@4ax.com> In-Reply-To: <6hjho351j4pfhkpbn4gvkakqqesdargseu@4ax.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 83.76.180.32 X-Original-NNTP-Posting-Host: 83.76.180.32 Message-ID: <478928d7$1_2@news.bluewin.ch> X-Trace: news.bluewin.ch 1200171223 83.76.180.32 (12 Jan 2008 21:53:43 +0100) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news1.google.com!news3.google.com!out02b.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!in03.usenetserver.com!news.usenetserver.com!wns14feed!worldnet.att.net!164.128.36.58!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news1.google.com comp.lang.ada:19363 Date: 2008-01-12T21:54:10+01:00 List-Id: Surfer: > Globe_3D is a real-time 3D engine, in Ada, based on OpenGL > http://homepage.sunrise.ch/mysunrise/gdm/g3d.htm > > Includes: > > * Real-time 3D engine (pure software rendering) and game environment, from A to Z in Ada > * Full Ada sources including 3D models > * Drivers for 3D rendering, controls, timers, sound, ... > * Runs on PCs with DOS or DOS Virtual Machines - e.g. of Windows, Linux Thank you for the advertisement! Still, you are mixing two distinct projects: * GLOBE_3D, which runs natively, through a GL binding, on all platforms providing GL or OpenGL. * Engine_3D, an older project now fossilized, which runs on DOS, without binding, and ignoring 3D hardware acceleration. The interest of that one is to show a game machine that is mostly in Ada, including parts of the operating system (e.g. keyboard, sound drivers). Cheers Gautier