On 5/9/07, Felix Bwire <[EMAIL PROTECTED]> wrote:
Hi There,

I would like to request for your help on this. How can I develop a tool for
graph visualizaton that combines both OpenSceneGraph and the Eclipse
platform, or any other development platfrom.


Hi Felix,

On our project we have developed a Viewer using osg and jogl. (jogl
provides an openGL context creation for Java). Eclipse uses swt as
widgets platform, and swt provides a GLCanvas to create the rendering
context. Then you can create a SimpleViewer and connect it with Java
using JNI.

The main problem is the osg api, you should create any single class in
JNI or use the osgIntrospection API with JNI.

We are now in refactoring phase(another time :D) and I want to provide
a libjosgviewer implementation that uses SimpleViewer on Java.. and
some examples using AWT components and some examples using SWT
widgets. I hope this task will be finished in two weeks, and I would
like to open the code.

Also we are developing a JNI interface with osgIntrospection, this is
not the best way, but is a first step to use OSG api inside Java. I
hope this will be done in three or four weeks.

Anyway, if you make progress in this task, please tell us, becouse we
are really interested in merge Java, OSG and Eclipse platform.

There are also a project called JavaOSG but I think is working with
osg 1.0 and there is misscontinued.

Good luck in your task.


--
Rafael Gaitán Linares
Instituto de Automática e Informática Industrial  http://www.ai2.upv.es
Ciudad Politécnica de la Innovación
Universidad Politécnica de Valencia
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to