Login  Register

Re: JOGL does not work on versions higher than eclipse 2021-03

Posted by Martin on Oct 05, 2021; 11:28am
URL: https://forum.jogamp.org/JOGL-does-not-work-on-versions-higher-than-eclipse-2021-03-tp4041328p4041352.html

Hi Alexis,

I haven't experienced the NewtCanvasSWT in a complete Eclipse RCP application so I can't help unfortunately.

Just for info, I have added a CPU renderer for Jzy3D. It works well for small surfaces and scatters in AWT. Example here.

The SWT version is on its way there. It is not fully integrated in Jzy3D yet but the pure opengl part is working as demonstrated there.

Advantage : it always work.
Disadvantage : it is limited to OpenGL 1 and a bit of 2. It won't deal with large object. There is no VBO interface (despite it would not really make sense, it could bring a bit more performance instead of invoking thousands of polygons one after the other).

Looking at GAMMA with terrain vis, I am not sure it is for you, but it was worth sharing :)