This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

g++ interface to ScalaLab scientific programming environment routines


Hi all,

I started to develop an interaface with which g++ can access the functionality of the
ScalaLab environment:
https://code.google.com/p/scalalab/
using JNI (Java Native Interface).

I have a draft implementation that works (on Linux)
for a few basic plotting routines,
that allow MATLAB plotting for simple .cpp applications compiled with g++.
This implementation can be obtained from:

https://sourceforge.net/projects/scalalab/files/?source=navbar

It is a documentation file (CPPInterfaceToScalaLabJune01.odt)
and three .cpp files that demonstrate the plotting framework (cppScalaLabPlottingJune01.zip).

I would be happy if other users find
that work interested
and worth to continue its development!!


Best Regards
Stergios


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]