On 03/31/2011 02:31 AM, Mark Fink wrote: > > What I am trying to do is to develop tools on the V8 engine. In the last few > month this has become a viable platform for server-side (I know that this is > not everybody's first choice). I could use queues, pipes and what not to do > the same but I believe that at least for small installation and small plots > it would also be appropriate to do it directly in V8. > > At the moment I hope Swig will work especially since I found swig-js which > targets V8. > https://github.com/oliver----/swig-js > > I hope that we manage to implement this in a nonblocking way (I mean to > split the execution of the C-Part into smaller pieces). Then it really makes > sense for us. > > Would it still be interesting for you if it has no command line interface. I > can not see much benefit from CLI in this scenario but maybe it comes as a > gift when using Swig and does not mean to much additional work.
It sounds interesting. Technically PLplot is a plotting library so it has no CLI, so I wouldn't worry about that, especially at the beginning of your project. In general the examples accept command line arguments when they are executed, but (I don't think) there is a hard and fast rule that they have to work that way. We do use the examples as part of test infrastructure however, and the infrastructure does take advantage of command line arguments, so to eventually reach a "mature" state we'd like to have a way to at least do something similar with javascript bindings. We'll try and answer your questions as you proceed and, as Alan mentioned, if you are willing to contribute your work under LGPL, then we can work with you to incorporate it. Also, PLplot has been around for quite a while, and the meaning of "cross-platform" has shifted a bit over the years :). To us it means that it runs on Linux, OS-X and Windows. best, -Hazen ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel