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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.14.9 with SMTP id c9mr3540283yhc.18.1414523282804; Tue, 28 Oct 2014 12:08:02 -0700 (PDT) X-Received: by 10.140.30.116 with SMTP id c107mr37174qgc.20.1414523282779; Tue, 28 Oct 2014 12:08:02 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!newspeer1.nac.net!border2.nntp.dca1.giganews.com!nntp.giganews.com!s7no1208343qap.0!news-out.google.com!u5ni13qab.1!nntp.google.com!u7no782765qaz.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 28 Oct 2014 12:08:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.46.72.234; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 73.46.72.234 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2afaef11-daa3-4c44-bcd4-fb8f3ca19ac6@googlegroups.com> Subject: Re: Cairo Bindings now added to Gnoga From: David Botton Injection-Date: Tue, 28 Oct 2014 19:08:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22862 Date: 2014-10-28T12:08:02-07:00 List-Id: > This looks very interesting, though I don't understand the architecture of > it, as Cairo uses the native rendering backend. Actually Cairo is not dependant on any backend. It outputs just as happily to bitmap in memory or as SVG and PDF. > Gnoga rather usee browser for rendering. Correct and browsers have both bitmap surfaces and SVG surfaces. Currently with Cairo I am just outputting directly to files for the browser to load up, however at a later point, I'll add code to have cairo output directly over the websocket. > Making it a bit more concrete, can you use this: > > http://www.dmitry-kazakov.de/ada/aicwl.htm Actually your controls were what gave me the idea of doing the Cairo bindings. At some point when I can take the time I want to attempt to adopt them to Gnoga. David Botton