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,b1a5713afb4e5c1 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w56g2000hsf.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: An easy way to simple scientific plots (in Ada)? Date: Thu, 27 Dec 2007 05:56:28 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <41bd2384-83a7-46ff-87e9-d726623633e9@s12g2000prg.googlegroups.com> NNTP-Posting-Host: 87.117.8.189 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1198763789 28984 127.0.0.1 (27 Dec 2007 13:56:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 27 Dec 2007 13:56:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w56g2000hsf.googlegroups.com; posting-host=87.117.8.189; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19036 Date: 2007-12-27T05:56:28-08:00 List-Id: On Dec 26, 9:37 pm, JPWoodr...@gmail.com wrote: > > I've collected beaucoup graphics libraries over the years - (claw, > gwindows, jewl, win_io, windex, once upon a time a fairly immature > gtkada...) > Jet another option today is QtAda. Elastic Nodes example may be interesting for you. http://www.qtada.com/ Unfortunately, it involve you into usual GUI development, but Qt's scene/view framework provide many powerful features.