Replies: 4 comments 6 replies
-
Hi @Bio7, The SWT demo is inside the SWT module of Jzy3D here. You could copy paste this example and depend on <groupId>org.jzy3d</groupId>
<artifactId>jzy3d-native-jogl-swt</artifactId>
<version>2.0.1-SNAPSHOT</version> this will bring JOGL 2.4 rc4. Note that part of the SWT jar selection is made here. The readme of this SWT module is not relevant. I should update it. |
Beta Was this translation helpful? Give feedback.
-
Hello Martin, thanks for the fast reply. However, do you have a complete maven file available for the SWT example? Once again I had no success to built and execute the example. |
Beta Was this translation helpful? Give feedback.
-
Hello Martin, if import the Maven project into Eclipse I got the following error if I try to built the project POM. I'm on Windows. So I also get the Linux error. [INFO] Building Jzy3d SWT Example 2.0.1-SNAPSHOT |
Beta Was this translation helpful? Give feedback.
-
Hello Martin, any news how to successfully built the jzy3d SWT example with JOGL 2.4RC4? |
Beta Was this translation helpful? Give feedback.
-
Hello Martin,
I just evaluate some OpenGL 3D charting libraries.and was trying to embed jzy3d in an SWT app example with JOGL 2.4 RC.
I followed your maven recipe and tried several other things to make it run but could'nt get it working.
Do you have an updated maven documentation (or a link to the necessary *.jars) for JOGL 2.4?
Beta Was this translation helpful? Give feedback.
All reactions