Re: Packaging JOGL projects to be cross-platform?
Posted by
KevinWorkman on
Jan 21, 2014; 8:18pm
URL: https://forum.jogamp.org/Packaging-JOGL-projects-to-be-cross-platform-tp4031261p4031285.html
I agree, you guys can't support every use of JOGL. I'm actually more annoyed at Processing for hiding a lot of stuff from the users, and from what I'm learning about JOGL, you guys have done some really clever stuff. Anyway, I think I have it figured out using Xerxes's approach of having a natives/os.and.arch/ directory inside the fat jar that holds the native libs for each system.
That seems to work on my system, but I'm not sure how it works on other systems. For example, for the mac natives, should I have a natives/macosx-universal/ directory inside my fat jar, following the naming conventions I've seen so far, or is it looking for natives/ppc/ as described at
this link?