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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fdc68dbaaef5fbc9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-07 18:22:54 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!newsread1.news.atl.earthlink.net.POSTED!not-for-mail Message-ID: <3F8366DD.2010909@noplace.com> From: Marin David Condic User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 (OEM-HPQ-PRS1C03) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: graphics in ada References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 08 Oct 2003 01:22:53 GMT NNTP-Posting-Host: 209.165.30.67 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.news.atl.earthlink.net 1065576173 209.165.30.67 (Tue, 07 Oct 2003 18:22:53 PDT) NNTP-Posting-Date: Tue, 07 Oct 2003 18:22:53 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:422 Date: 2003-10-08T01:22:53+00:00 List-Id: Given that Ada - like most programming languages - is capable of generating any permutation of bits in memory that you'd care to imagine, how is it "not possible" to do graphics in Ada? If the question is "Does Ada have a built-in graphics library of some sort?" then the answer is "No, there is no standard graphics library..." But you probably could find some non-standard graphics libraries out there in Ada or interface to other libraries provided on your machine. (The latter being a lousy answer.) So I guess basically its a case of "Roll Your Own" or go with some language that has it built-in. MDC Andrew wrote: > When I was taking ada cources in college (Ada88 if i remember correctly) > my professor said that graphics were not possible in Ada. Has this > changed? If so to what degree? > Can I create a program, in ada, that will open a window have the > backround be black, and have it draw a maze where the walls of the maze > are just thin blue lines (2 or 3 pixels thick) .. obviously nothing > fancy or 3d generated.. > is this possible in ada? > > I have been doing some googling and am getting kind of mixed signals on > the answer. > > Thanks for any help > Andrew > -- ====================================================================== Marin David Condic I work for: http://www.belcan.com/ My project is: http://www.jsf.mil/NSFrames.htm Send Replies To: m c o n d i c @ a c m . o r g "All reformers, however strict their social conscience, live in houses just as big as they can pay for." --Logan Pearsall Smith ======================================================================