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.182.237.18 with SMTP id uy18mr32618234obc.36.1427594811912; Sat, 28 Mar 2015 19:06:51 -0700 (PDT) X-Received: by 10.182.137.195 with SMTP id qk3mr241304obb.38.1427594811889; Sat, 28 Mar 2015 19:06:51 -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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!h15no578297igd.0!news-out.google.com!db6ni736igc.0!nntp.google.com!h15no578290igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 28 Mar 2015 19:06:51 -0700 (PDT) In-Reply-To: <46n4a5k1024r$.1aol4il2xddmu.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.138.108.113; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.138.108.113 References: <00d45b3c-0cde-4208-88a9-c79ec8100408@googlegroups.com> <1uy41f4xbza7n$.7txuo2mrlfpf.dlg@40tude.net> <95b605f1-c8d0-4d1a-b69a-f3aef6e4cc6a@googlegroups.com> <46n4a5k1024r$.1aol4il2xddmu.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <069ce686-84b2-46f0-b618-79f62a19e78c@googlegroups.com> Subject: Re: Ada / Automation fellows From: David Botton Injection-Date: Sun, 29 Mar 2015 02:06:51 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25315 Date: 2015-03-28T19:06:51-07:00 List-Id: > > It's HTML, SVG, JavaScript... and I was impressed by the achievement. > > I am not a fan of Web-based automation systems. It does not feel good. It > does not properly separate control and UI, which is a big step back to me. With Gnoga there is no issue doing that since the web page is just a "canvas" for the UI, there is no need to wedge in stateless static web page paradigms in to your UI. > Maybe Gnoga can change that, some day. I don't know. I'd think already has :) > > I was wondering how to put this on top of AWS and learning how to draw > > with Inkscape when Mister Botton came with Gnoga, pushing my wheel > > further... > > Gnoga seems to fit perfectly in my project and I guess we can use AICWL > > when high refresh rate is required for example. I still need to figure out > > how to connect easily the GUI, SVG and the logic. You can mix Gtk and Gnoga use libwebkit2gtk widgets (see the native GTK docs in the gnoga distro). > > Cairo fully supports SVG surfaces (AICWL is based on Cairo). AFAIK, David > planned to experiment with this in Gnoga... You can use Cairo with Gnoga (the Cairo bindings removing GtkAda deps are available at http://gnoga.com/#market ). I'll be visiting again AICWL in Gnoga once I have a direct Gnoga -> libwebkit2gtk connection working (i.e. not using websockets, but actual calls directly in to the JavaScript from Ada/C). David Botton