osgearth emscripten #2581
Unanswered
Holiflot
asked this question in
Support Q&A
Replies: 2 comments 3 replies
-
osgEarth does not "officially" support emscripten. But if you are able to get things working, we will be ahppy to review and integrate changes necessary to support it. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
We got OSG itself working once long ago, based on an GLES2 profile (which
is effectively what WebGL, the API you'd use with Emscripten, is).
Last time we tried to get osgEarth to work with a GLES2 profile there were
some challenges. Glenn, do you know if anyone has done a GLES2 build of
recent osgEarth?
…On Fri, Jul 12, 2024 at 8:11 AM Glenn ***@***.***> wrote:
osgEarth does not "officially" support emscripten. But if you are able to
get things working, we will be ahppy to review and integrate changes
necessary to support it. Thanks!
—
Reply to this email directly, view it on GitHub
<#2581 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPFE3DMYJI62WOKE4OT363ZL7P2HAVCNFSM6AAAAABKYXVFIKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBTGIZTINQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use open scene graph and osgearth libraries to run simple.earth file in linux with this command:
osgearth_viewer simple.earth
this works fine, however, I want to display simple.earth file in web environment by using emscripten. I installed both open scene graph and osgearth libraries using Emscripten.cmake toolchain file, however, I get this error:
Is it possible to use open scene graph and osgearth libraries to display an .earth file in web environment using emscripten?
Beta Was this translation helpful? Give feedback.
All reactions