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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-07 13:03:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!sjc70.webusenet.com!news.webusenet.com!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Andrew Newsgroups: comp.lang.ada Subject: graphics in ada Date: Tue, 07 Oct 2003 15:03:16 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:395 Date: 2003-10-07T15:03:16-05:00 List-Id: 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