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 X-Google-Thread: 103376,604b73207b20f6c7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-30 12:43:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Ingo Marks Newsgroups: comp.lang.ada Subject: Re: package for drawing geometric figures Date: Sat, 30 Mar 2002 21:42:25 +0100 Organization: T-Online Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Trace: news.t-online.com 1017520918 01 25230 vg13TOvGT9AOeV 020330 20:41:58 X-Complaints-To: abuse@t-online.com X-Sender: 340020534592-0001@t-dialin.net User-Agent: KNode/0.6.1 Xref: archiver1.google.com comp.lang.ada:21901 Date: 2002-03-30T21:42:25+01:00 List-Id: H�kan Rohdin wrote: > Hello! > > I'm looking for a package to be able to create lines, circles and > other geometric figures. It's going to be used in a simple game. Is > this possible and if so, is it going to be hard. > > I'm all new to Ada so please be kind to me :-) > > TIA > /Hakan You could take a look at the GtkAda library at http://www.adapower.net/gtkada/ I am not experienced in GtkAda but I think GtkAda contains a canvas specification to draw the things you need. Take a look at the demos contained in the library. Ingo