Re: [osg-users] OSG Viewer and JOGL

2010-02-08 Thread Allen Saucier
Hi Rafa. I just found this article in the OSG Forums and am very interested in osgvp. Is there a tutorial on osgvp? And if so, would you tell me where? I've downloaded the snapshot for all platforms and am compiling the projet with maven. I just need a good tutorial as to how to use this

[osg-users] OSG Viewer and JOGL

2010-01-06 Thread Kevin Tacke
We currently have an application that is built around the OSG Viewer using a glut window. We are interesting in adding a considerable GUI interface to the application and we would prefer to use JAVA to implement the GUI. So basically I am trying to find a way, probably using JOGL, to create

Re: [osg-users] OSG Viewer and JOGL

2010-01-06 Thread Robert Osfield
Hi Kevin, I know nothing about Java/JNI so can't comment on the specifics, but in general I'd suggest that you could use the osgViewer::GraphicsWindowEmbedded functionality that enables the standard osgViewer::Viewer/CompositeViewer to handle a single window without doing any of its own

Re: [osg-users] OSG Viewer and JOGL

2010-01-06 Thread Rafa Gaitan
Hi Kevin, Well osgvp is quite large currently, but you can take a look to libosgvp-viewer library and take only what you need. If you feel comfortable with maven, you can try to compile it and use only libosgvp-viewer and libosgvp-core library. Currently trunk compiles against osg 2.8.2, but you

Re: [osg-users] OSG Viewer and JOGL

2010-01-06 Thread Gerrick Bivins
Hi Rafa, How much of the OSG is exposed through osgvp? Is it possible to extract out the wrapping into a separate project? I've been looking into how I can use maven and jna to possibly get access to OSG from java but I'm just beginning. If the work is already done or you have some tips/pointers

Re: [osg-users] OSG Viewer and JOGL

2010-01-06 Thread Rafa Gaitan
Hi Gerrick, On Wed, Jan 6, 2010 at 9:51 PM, Gerrick Bivins gbiv...@objectreservoir.com wrote: Hi Rafa, How much of the OSG is exposed through osgvp? Well, in libosgvp-core is a one-to-one (more or less) wrapp for the most common nodes and functionalities of OSG. libosgvp-viewer has the logic