Re: gluegen - examples needed
Posted by
gouessej on
Jul 22, 2014; 3:16pm
URL: https://forum.jogamp.org/gluegen-examples-needed-tp4031123p4032628.html
I understand that a developer might need MS VS. I just claim that I won't maintain a second code path in the build system, it's already difficult for me to understand how GlueGen works, there are tons of Ant build scripts and relying on MS VS is quite dangerous but it's possible to build your project with MS VS without requiring the presence of msvcrt on the client machines in order to reduce the risks (I don't remember exactly how except that you can compile statically). A Maven project respecting the default Maven directory layout would be easier to understand.
Maybe Sven knows how to change the output folder... You have to modify src.generated.* for the generated source files too. Look at output.dir too.
You should look at PureSwing, it could be ported to JOGL even though the code hasn't been modified for a while. It uses shaders. As far as I know, it doesn't support JDesktopPane and accessibility but it supports the rest of Swing components.