Re: [Gnoga-list] CAE development, plotting etc.

2016-01-05 Thread LOS Stéphane
Hello, Someone said that there are plenty of JS plotting libraries. May I suggest this reading : http://www.sitepoint.com/15-best-javascript-charting-libraries/ I like this one : http://smoothiecharts.org/ Cordialement, Stéphane LOS http://slo-ist.fr/ada4autom Le 05/01/2016 01:43, Rabbi Davi

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-04 Thread Rabbi David Botton
You can also use the Cairo bindings I modified to remove the requirements for GtkAda http://gnoga.com/cairo.tar.gz And output SVG. I think I have an example in that tar ball of it. David Botton On Mon, Jan 4, 2016 at 7:32 AM Mario S. Mommer wrote: > Hi, > > another option would be to use th

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-04 Thread Jerry
Replying to various comments in this thread: > Gnoga.Gui.Element.Canvas.Context_2D has what's needed for 2D drawing > PLPlot does quite fancy stuff, in very nice API. > another option would be to use the SVG backend (or any other image > backend, though SVG will likely produce the best results)

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-04 Thread Mario S. Mommer
ly-To: Gnoga support list > mailto:gnoga-list@lists.sourceforge.net>> > Date: Sunday 3 January 2016 at 05:22 To: > "gnoga-list@lists.sourceforge.net<mailto:gnoga-list@lists.sourceforge.net>" > mailto:gnoga-list@lists.sourceforge.net>> > Subject: Re: [Gnoga-list] CAE deve

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-03 Thread Jeffrey R. Carter
On 01/02/2016 10:47 PM, Sundelin Henri wrote: > No, it is not straightforward, unless you think using 500hrs of work > “straightforward". I did it for Turbo Pascal, and didn't take anything like 500 hrs. I then did it again for a specific graphics board using Meridian Ada under DOS, again in much l

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-02 Thread Rabbi Dr David Botton
list@lists.sourceforge.net<mailto:gnoga-list@lists.sourceforge.net>" mailto:gnoga-list@lists.sourceforge.net>> Subject: Re: [Gnoga-list] CAE development, plotting etc. On 01/02/2016 07:52 PM, Sundelin Henri wrote: So the big question is that is there anything suitable in Gnoga world t

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-02 Thread Sundelin Henri
sts.sourceforge.net>" mailto:gnoga-list@lists.sourceforge.net>> Subject: Re: [Gnoga-list] CAE development, plotting etc. On 01/02/2016 07:52 PM, Sundelin Henri wrote: So the big question is that is there anything suitable in Gnoga world to do such things? I do love the idea behind Gnog

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-02 Thread Jeffrey R. Carter
On 01/02/2016 07:52 PM, Sundelin Henri wrote: > So the big question is that is there anything suitable in Gnoga world to do > such things? I do love the idea behind Gnoga, it might even enable me to > deliver the tools I’m developing as web based service, which would be a > beautiful way to keep e

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-02 Thread Sundelin Henri
:gnoga-list@lists.sourceforge.net>> Date: Sunday 3 January 2016 at 05:22 To: "gnoga-list@lists.sourceforge.net<mailto:gnoga-list@lists.sourceforge.net>" mailto:gnoga-list@lists.sourceforge.net>> Subject: Re: [Gnoga-list] CAE development, plotting etc. The simple answ

Re: [Gnoga-list] CAE development, plotting etc.

2016-01-02 Thread Rabbi David Botton
The simple answer is if there exists a JavaScript library in the universe that meets your needs it can easily be bound and added. There are a number I believe. David Botton On Sat, Jan 2, 2016, 9:52 PM Sundelin Henri wrote: > Hello folks! > > I’ve been slowly making a new CAE software in marine

[Gnoga-list] CAE development, plotting etc.

2016-01-02 Thread Sundelin Henri
Hello folks! I’ve been slowly making a new CAE software in marine engineering, using Ada as preferred development language. As many of you know, Ada has the best capabilities in any compiled language to do math equations, matrix algebra etc – as long as you do your abstractions right. My next