Re: [osg-users] OSG within firebreath?

2012-03-14 Thread Glenn Waldron
One more: there's also a web plugin for osgEarth (built on OSG), with
ActiveX (IE) and NP (FireFox et al) plugin (windows).

https://github.com/gwaldron/godzi-web-control

Glenn Waldron / @glennwaldron


On Tue, Mar 13, 2012 at 9:03 PM, Wang Rui wangra...@gmail.com wrote:

 Hi Paul,

 Also have a look at the source code of the coming book OpenSceneGraph 3.0
 Cookbook. It has an initial implementation of integrating OSG and
 FireBreath under Windows. :-)
 https://github.com/xarray/osgRecipes

 The book link:

 http://www.packtpub.com/openscenegrap-3-for-advanced-3d-programming-using-api-cookbook/book

 Wang Rui


 2012/3/14 Paul Griffiths gaffe...@gmail.com

 Thanks for the link.

 Don't think ill be using firebreath, seems a bit of a overkill
 considering its windows only.

 Theres next to nothing on the osg forum about osg and web browsers, which
 is quite surprising if not shocking!  :O

 Anyone have any code to share for browsers internet explorer, firefox and
 any others on other systems other than windows?

 If not ill get my head down, pretty good at this sort of stuff.

 cheers.

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=46226#46226





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] OSG within firebreath?

2012-03-13 Thread Paul Griffiths
Hi,
Just a quick ask.
Has anyone had any experiance integrating OSG with Firebreath? ( 
http://www.firebreath.org/ )

Firebreath gives you the power of c++ as a plugin within the most popular 
browsers.

Anyone?
... 

Thank you!

Cheers,
Paul

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=46223#46223





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG within firebreath?

2012-03-13 Thread Chris Hanson
Read this thread:

http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2011-April/050282.html



-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG within firebreath?

2012-03-13 Thread Paul Griffiths
Thanks for the link.

Don't think ill be using firebreath, seems a bit of a overkill considering its 
windows only.

Theres next to nothing on the osg forum about osg and web browsers, which is 
quite surprising if not shocking!  :O 

Anyone have any code to share for browsers internet explorer, firefox and any 
others on other systems other than windows?

If not ill get my head down, pretty good at this sort of stuff.

cheers.

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=46226#46226





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG within firebreath?

2012-03-13 Thread Chris Hanson

 Anyone have any code to share for browsers internet explorer, firefox and
 any others on other systems other than windows?
  If not ill get my head down, pretty good at this sort of stuff.


I would think the osg4web work is the best place to start as it claims:

Currently the supported browsers are Firefox and IE and the OS platform is
Windows XP-Vista. Nevertheless, most part of the code is OS neutral.


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio •
LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG within firebreath?

2012-03-13 Thread Luigi Calori

On 13/03/2012 19.04, Chris Hanson wrote:


Anyone have any code to share for browsers internet explorer,
firefox and any others on other systems other than windows?
 If not ill get my head down, pretty good at this sort of stuff.


I would think the osg4web work is the best place to start as it claims:


Our latest work can be viewed here:

http://www.aquaepatavinae.lettere.unipd.it/portale/?page_id=2174

unfortunately is just italian and german, you should get  the plugin for 
widows


http://147.162.44.41/portale/wp-content/extra/osg4web-setup.exe

or mac

http://147.162.44.41/portale/wp-content/extra/OSG4Web.pkg

this is not using Firebreath, but we would really like

here is a tentative project of Firebreath + OSG  under Linux

https://code.launchpad.net/~osg4web/osg4weblinux/main

It is not really up to date... it runs OSG within a separate process, using

gtk_drawing_area to draw inside the plugin window browser

The window code, more complex and, unfortunately, not based on firebreath, use 
similar idea: OSG run in a separate process

This tecnique can not be used on OSX

If someone is intersted, we can give more detail







Currently the supported browsers are Firefox and IE and the OS 
platform is Windows XP-Vista. Nevertheless, most part of the code is 
OS neutral.


Yes, it isusing Firebreath should enhance prortability by going also 
cross-browser


HTH

Luigi


--
Luigi Calori
SuperComputing Applications and Innovation Department
CINECA - via Magnanelli, 6/3, 40033 Casalecchio di Reno (Bologna) - ITALY
Tel: +39 051 6171509  Fax: +39 051 6132198
hpc.cineca.it

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG within firebreath?

2012-03-13 Thread Wang Rui
Hi Paul,

Also have a look at the source code of the coming book OpenSceneGraph 3.0
Cookbook. It has an initial implementation of integrating OSG and
FireBreath under Windows. :-)
https://github.com/xarray/osgRecipes

The book link:
http://www.packtpub.com/openscenegrap-3-for-advanced-3d-programming-using-api-cookbook/book

Wang Rui


2012/3/14 Paul Griffiths gaffe...@gmail.com

 Thanks for the link.

 Don't think ill be using firebreath, seems a bit of a overkill considering
 its windows only.

 Theres next to nothing on the osg forum about osg and web browsers, which
 is quite surprising if not shocking!  :O

 Anyone have any code to share for browsers internet explorer, firefox and
 any others on other systems other than windows?

 If not ill get my head down, pretty good at this sort of stuff.

 cheers.

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=46226#46226





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org