Re: New tutorial: Vertex buffer objects in an Eclipse RCP application
Posted by
gouessej on
Oct 18, 2010; 2:15pm
URL: https://forum.jogamp.org/New-tutorial-Vertex-buffer-objects-in-an-Eclipse-RCP-application-tp1722023p1725396.html
Wade Walker wrote
For the next tutorial, I'll probably show how to export multi-platform binaries, since I've seen some others on this forum asking about that.
There are several solutions to solve this problem. Personally I use Ant to generate the .classpath file. I prefer using Ant because in some projects the developers may use different IDE and it is then better to have a common build tool. Generating Netbeans and Eclipse files with Ant allows to have the best of the both world, an Ant build and the possibility of using the builder/debugger of the IDE. If you don't really see what I mean, look at my build file.
Some corporations do like you, one cross-platform plugin and one plugin per OS/architecture couple.
Excellent tutorial.