farrellf / TelemetryViewer

Data Visualization Tool
164 stars 69 forks source link

Version 0.7 - gluegen-java-src.zip missing from lib #44

Closed greenonline closed 3 years ago

greenonline commented 3 years ago

In the TelemetryViewer_v0.7_src_20200717.zip, from the blog download page, in the lib directory, the gluegen-java-src.zip file is missing.

in TelemetryViewer_v0.6_src_20190908.zip, all four files are present in the lib directory:

As you state in issue #40 that you have used a newer version of the OpenGL library then this could be an issue with the library itself, rather than an omission on your part.

farrellf commented 3 years ago

The gluegen-java-src.zip file is not used at run time. It is just the source code for gluegen. (Useful for software developers trying to understand or maybe debug gluegen.) I found myself needing to peek at the source code for JOGL occasionally, but never needing to look at the gluegen code, so I didn't bother to include it. If you'd like that archive, it is available here:

https://jogamp.org/deployment/v2.4.0-rc-20200307/