About reproducibility using JOGL Demo
Posted by
Martin on
Apr 05, 2019; 5:39pm
URL: https://forum.jogamp.org/About-reproducibility-using-JOGL-Demo-tp4039671.html
I recently cloned Sven's demo repo to make it a
pure maven repo containing only JOGL demos.
My goal was to have something simple to reproduce bugs on a well identify maven release : running demos.gears.Gears is often a good proof something works or not.
I unfortunately encountered two problems
- no sample is able to open the AWT frame. I don't understand why since I am using 2.3.2 which proved to work well with jzy3d.
- I had to
remove few demos because of missing symbols in JOGL 2.3.2.
Did anyone tried building and running the demos with JOGL 2.3.2?
Best