Re: [osg-users] osg on web page

2020-05-28 Thread OpenSceneGraph Users
Anyone who wants to chat about this further is welcome to email me. On Wed, May 27, 2020 at 2:45 AM OpenSceneGraph Users < osg-users@lists.openscenegraph.org> wrote: > I am definitely interested in collaborating on this. Some things remain > incomplete in the current port. I’ll share the working

Re: [osg-users] osg on web page

2020-05-27 Thread OpenSceneGraph Users
I am definitely interested in collaborating on this. Some things remain incomplete in the current port. I’ll share the working example I got up and running soon, so that will fill in one of the gaps Another current issue is the patchy browser support for multithreaded WebAssembly and OSG

Re: [osg-users] osg on web page

2020-05-26 Thread OpenSceneGraph Users
We have also dabbled in OSG on Emscripten with partial success. We may be pursuing it in the future. Remo in Switzerland also got most of OSG and osgEarth working on Emscripten within the last couple of years. I can put you in touch if you're pursuing this. Good luck. It's complicated but can be

Re: [osg-users] osg on web page

2020-05-26 Thread OpenSceneGraph Users
We have also dabbled in OSG on Emscripten with partial success. We may be pursuing it in the future. Remo in Switzerland also got most of OSG and osgEarth working on Emscripten within the last couple of years. I can put you in touch if you're pursuing this. Good luck. It's complicated but can be

Re: [osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
Thanks once again! On Sun, May 24, 2020 at 11:14 PM OpenSceneGraph Users < osg-users@lists.openscenegraph.org> wrote: > I should also have pointed out the build script: > https://github.com/MozillaReality/OpenSceneGraph/blob/mozilla-master/PlatformSpecifics/WebAssembly/build-wasm.sh > > and a

Re: [osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
I should also have pointed out the build script: https://github.com/MozillaReality/OpenSceneGraph/blob/mozilla-master/PlatformSpecifics/WebAssembly/build-wasm.sh and a precompiled

Re: [osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
Thanks Phil!!! These are really good insights On Sun, May 24, 2020 at 10:44 PM OpenSceneGraph Users < osg-users@lists.openscenegraph.org> wrote: > I’ve done a build of OSG for the web (using Emscripten and WebAssembly): > > *https://github.com/MozillaReality/OpenSceneGraph >

Re: [osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
I’ve done a build of OSG for the web (using Emscripten and WebAssembly): https://github.com/MozillaReality/OpenSceneGraph It includes the glTF plugin (ported from osgEarth) for gltf and glb loading support. The one issue currently is that it

Re: [osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
Thanks Robert! On Sun, May 24, 2020 at 5:24 PM Robert Osfield wrote: > Have a look at Michael Kapelko's work on using Emscripten to use the OSG > within a browser: > > https://www.youtube.com/watch?v=ci2qZjnPEts > > > https://github.com/OGStudio/openscenegraph-cross-platform-guide > > > -- >

Re: [osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
Have a look at Michael Kapelko's work on using Emscripten to use the OSG within a browser: https://www.youtube.com/watch?v=ci2qZjnPEts https://github.com/OGStudio/openscenegraph-cross-platform-guide -- You received this message because you are subscribed to the Google Groups

Re: [osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
Thanks Andreas, That will help for some start On Sun, May 24, 2020 at 3:45 PM Andreas Ekstrand < andreas.ekstr...@remograph.com> wrote: > Hi Nick, > > I've been using osg.js successfully in many projects. Although actually > discontinued by the SketchFab guys in order to develop a replacement

Re: [osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
Hi Nick, I've been using osg.js successfully in many projects. Although actually discontinued by the SketchFab guys in order to develop a replacement of their own, it's still a mature and user-friendly framework if you're familiar with osg. Wouldn't be surprised if SketchFab still uses it for

[osg-users] osg on web page

2020-05-24 Thread OpenSceneGraph Users
Hi Community, I am with osg for quite a while and I never needed to have running osg in a web page. Till now :). Have someone done this? Any hints? Thanks a bunch as always! Cheers, Nick -- trajce nikolov nick -- You received this message because you are subscribed to the Google Groups

Re: [osg-users] osg and web

2017-12-13 Thread Trajce Nikolov NICK
Thanks Michael, that's it !!! On Wed, Dec 13, 2017 at 3:43 PM, michael kapelko wrote: > Hi. > > Do you mean OpenSceneGraph in a web browser? If so, here's the guide: > https://github.com/OGStudio/openscenegraph-cross-platform- > guide/tree/master/1.10.SampleWeb > > On 13

Re: [osg-users] osg and web

2017-12-13 Thread michael kapelko
Hi. Do you mean OpenSceneGraph in a web browser? If so, here's the guide: https://github.com/OGStudio/openscenegraph-cross-platform-guide/tree/master/1.10.SampleWeb On 13 December 2017 at 13:01, Trajce Nikolov NICK wrote: > Hi Community, > > I would like to learn

[osg-users] osg and web

2017-12-13 Thread Trajce Nikolov NICK
Hi Community, I would like to learn about this technology and what is involved, how it works along with osg. Any links, hints etc.? Thanks a bunch as always Nick -- trajce nikolov nick ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] OSG within web browsers?

2012-03-14 Thread Jason Beverage
You can also take a look at the ReadyMap SDK https://github.com/gwaldron/godzi-webgl/wiki/ReadyMap-SDK which is an webgl version of osgEarth based on osgJS. Jason On Tue, Mar 13, 2012 at 2:27 PM, Jason Daly jd...@ist.ucf.edu wrote: Chris Hanson wrote: I would think the osg4web work is the

Re: [osg-users] OSG within web browsers?

2012-03-13 Thread Jason Daly
Chris Hanson wrote: 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. There's also osg.js (osgjs.org), which