hello,
I made a simple application for rendering of volumetric data in processing and OpenGL
http://nanosurf.fzu.cz/wiki/doku.php?id=cloudview
however, if I run the linux version of exporded (compiled) application it runs just console, no graphical window appears.
There is no error message nor fail (fall). The program looks like he even don't know that he should show some graphics.
if I run it from processing IDE (from source) it works well (with graphical window) on Linux, Windows, MacOS ....
if I run the Windows or MacOS version of exported the application, it runs also normally
if I run simple exported aplication like
Code:
size(300,300);
on linux, it works alos well (the window apprear)
=> I think the problem could be something arround JOGL. I'm not sure if it can find JOGL on the linux, but than it should make an error or not?
also it uses P5Control but it's doesn't look as a problem.
I tested it on SuSE 10.3, can anybody else download it and test on other linux platform? May be this is just because of some specific configuration of this computer.