Login  Register

Re: Setting Up JOGL for OpenGL on Windows 10

Posted by gouessej on Apr 14, 2017; 9:27am
URL: https://forum.jogamp.org/Setting-Up-JOGL-for-OpenGL-on-Windows-10-tp4037846p4037867.html

I advise you to use ProGuard for the obfuscation.

I'm a professional engineer in computer science, I have worked on numerous proprietary softwares since 2007 and nobody has ever asked me to obfuscate the code at work, mostly because it would have driven the maintenance harder and because it's not mandatory, it's even useless.

I advise you to selectively obfuscate only your own stuff, not the JogAmp APIs, so that you don't take the risk of breaking JOGL itself because if your changes prevent GlueGen from working, JOGL won't work as the native libraries won't be correctly loaded.
Julien Gouesse | Personal blog | Website