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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b03a495ba711af47 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!f16g2000cwb.googlegroups.com!not-for-mail From: "deadlyhead" Newsgroups: comp.lang.ada Subject: Re: Cairo Ada binding Date: 26 Oct 2006 12:12:00 -0700 Organization: http://groups.google.com Message-ID: <1161889920.064694.83530@f16g2000cwb.googlegroups.com> References: <453fdb34$0$29381$426a34cc@news.free.fr> NNTP-Posting-Host: 71.227.216.245 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1161889932 7209 127.0.0.1 (26 Oct 2006 19:12:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 26 Oct 2006 19:12:12 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061008 Firefox/3.0a1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f16g2000cwb.googlegroups.com; posting-host=71.227.216.245; posting-account=3zNdjA0AAADYVvazQ62DJFk1SGXq4y8w Xref: g2news2.google.com comp.lang.ada:7220 Date: 2006-10-26T12:12:00-07:00 List-Id: Stephen Leake wrote: > Damien Carbonne writes: > > > I have a working (at least for all tests I have done with it !) Cairo > > Ada 95 binding . > > What's Cairo? Cairo is a slick 2D graphics library (not a gui toolkit). Information can be had at http://www.cairographics.org. Interesting things to note are that it is cross-platform, can output to several different formats including SVG and PDF, and is well on its way to being hardware accelerated through OpenGL. Downside? It's written in C. ;) > > Provinding a .tar.gz would be good; it's far easier to browse code on > my computer than on the web. Especially if it compiles. > > -- > -- Stephe