Matlab MEX files
SEP: SEP_MEX.odt
Project Description
Provide a wrapping of MEX files headers on API Scilab. Create a mex.h file and write necessary wrappers to mexFunction to load MEX files in Scilab and a mex function to compile MEX files.
Python for GIWS
SEP: SEP_GIWS.odt
Project Description
Provide a simple way to use Python code in Scilab, like a C or C++ extension. It will be done extending current GIWS code to support Python code in the same way than it is already supported Java code.
Roadmap
Main tasks |
|||
Task |
More info |
Status |
|
Port files from C to C++ |
done |
||
Remove mexlib stack-c.h dependency |
done |
||
Write mexlib code with new API |
in progress |
||
Create basic mex file to tests |
|
done |
|
Create mex function in Scilab |
|
not started |
|
Run some real mex file in Scilab |
|
not started |
I just made some experiments with GIWS, but it is not a finished code, so it is not in GIWS repository. If you want to explore this code, get it here. Do it only if you want to develop this project, because I'm sure it is unstable.