Migrating to vulcan based libraries (from osgEarth) #49
-
Hi, Now I see there is VulkanSceneGraph and other 3D mapping tools like: We will be working specifically with "glTF", "3D Tiles", and "GIS" related tasks so I need a solution that is able to cover all of them. So, is rocky okay for the requirements and is it mature enough when compared to osgEarth? Also, I'm not able to find "3D Tiles" or "glTF" related code in rocky. Does it mean rocky lacks those features? Can it be combined with vsgCs or vsgEarth? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
OpenSceneGraph is in maintenance mode, which just means the SDK has reached maturity and the author is not planning any major new advancements. Not the same thing as "legacy" ... OSG is still is wide use. osgEarth is a mature project that we continue to advance and support through commercial funding. osgEarth does support 3D-Tiles/glTF with its Cesium Native NodeKit. Rocky is a fairly new project that aims to render GIS data using VSG instead of OSG. It has partial research funding and is still in the early stages of development. It's not nearly as mature as osgEarth. Rocky does not support 3D-Tiles yet. If someone funds it, we'll add it :) vsgCS is a project that integrates VSG with Cesium Native SDK to display 3D-Tiles datasets. vsgEarth demonstrates using the osgEarth SDK to fetch data, and VSG to render it. I will defer to @timoore to comment on the current and future status of these projects :) |
Beta Was this translation helpful? Give feedback.
OpenSceneGraph is in maintenance mode, which just means the SDK has reached maturity and the author is not planning any major new advancements. Not the same thing as "legacy" ... OSG is still is wide use.
osgEarth is a mature project that we continue to advance and support through commercial funding. osgEarth does support 3D-Tiles/glTF with its Cesium Native NodeKit.
Rocky is a fairly new project that aims to render GIS data using VSG instead of OSG. It has partial research funding and is still in the early stages of development. It's not nearly as mature as osgEarth. Rocky does not support 3D-Tiles yet. If someone funds it, we'll add it :)
vsgCS is a project that integrates VSG with Cesi…