Login  Register

Building Scilab with JoGL 2.4.0

Posted by mottelet on May 29, 2019; 1:19pm
URL: https://forum.jogamp.org/Building-Scilab-with-JoGL-2-4-0-tp4039808.html

Hello, I am currently in charge of OSX version of Scilab, which uses JoGL (2.2.4) for a while now. There are currently two problems, one with Mojave (NSWindow drag regions shoud only be invalided in the main Thread) and the other one with Retina displays (tiny fonts and other glitches due to high DPI).

I have downloaded the latest master build at http://jogamp.org/deployment/archive/master/gluegen_916-joal_642-jogl_1483-jocl_1122/archive/jogamp-all-platforms.7z and am able to build Scilab. Using JoGL 2.4.0 solves the NSWindow problem under Mojave, but the problem with Retina display remains. So my question is : since building with joGL 2.4.0 does not solve the DPI problem for Scilab, maybe do we have to change the way we use the joGL api ?

Thanks for your help,

S.