Re: glClipPlanef not work in Java 11
Posted by
yaqiang on
Oct 09, 2019; 2:59am
URL: https://forum.jogamp.org/glClipPlanef-not-work-in-Java-11-tp4040085p4040100.html
> So it would be technically possible to add Java scripting in here right?
> I.e. adding the javac module and compile the script 'online'.
I have no experience on Java scripting through adding the javac module and complie the script 'online', but I think it's technically possible because MeteoInfo is pure Java software.
> But yes, I know, many script folks also like Python a lot.
> Jython is compiling the Python scripts as well right?
Jython can run Python scripts well, including Python standard library. But Jython can not run Python library with C extension API such as Numpy. So I developed some common used functions of Numpy, Matplotlib, Cartpy, Pandas in MeteoInfo using Java and Jython. The detailed description of MeteoInfo can be found in the paper (
https://openresearchsoftware.metajnl.com/articles/10.5334/jors.267/).
www.meteothink.org