Re: gluegen - examples needed
Posted by
peterk on
Jul 22, 2014; 3:23pm
URL: https://forum.jogamp.org/gluegen-examples-needed-tp4031123p4032629.html
Thanks - we want to get away from AWT Swing JavaFX entirely for a
number of reasons :)
anyway we have the compiling under control :) and this demo is only
built for and going to run on a windows8 box.
Thanks on the output folder question.
On 7/22/2014 11:16 AM, gouessej [via jogamp] wrote:
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.
Mayve Sven knows how to change the output folder...
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.