cesium-native

暂无描述

入门
GitHub在线演示
Stars:550
License:Apache License 2.0
更新:2025/12/22

README

Cesium Native

License Build Status Release

📚Documentation - 📒Change Log - 💬Community Forums

📖About

Cesium Native is a set of C++ libraries for 3D geospatial, including:

  • 3D Tiles runtime streaming
  • lightweight glTF serialization and deserialization
  • high-precision 3D geospatial math types and functions, including support for global-scale WGS84 ellipsoids.
  • support for draping raster overlays from WMS, TMS, WMTS, and other sources over 3D tilesets

Cesium Native powers Cesium's runtime integrations for Cesium for Unreal, Cesium for Unity, Cesium for Omniverse, and Cesium for O3DE. Cesium Native is the foundational layer for any 3D geospatial software, especially those that want to stream 3D Tiles. See Projects Using Cesium Native for a list of projects currently integrating with Cesium Native.

Cesium Platform and Ecosystem

A high-level Cesium platform architecture with the runtime integrations powered by Cesium Native and streaming content from Cesium ion.

📷Screenshots

Googleplex

The Googleplex in Mountain View, California, USA, visualized with Google Photorealistic 3D Tiles in Cesium for Unity.

New York

Cesium OSM Buildings in Cesium for Unreal with shading from metadata on building height and age.

Copernicus Crater

The Copernicus Crater, visualized with Cesium Moon Terrain in Cesium for Unreal.
 

San Francisco

Cesium for Omniverse scene set in San Francisco, California, USA. Data courtesy Aerometrex.

🗃️Libraries Overview

LibraryDescription
Cesium3DTilesLightweight 3D Tiles classes.
Cesium3DTilesContentClasses that support loading and converting 3D Tiles tile content.
Cesium3DTilesReader3D Tiles deserialization, including 3D Tiles extension support.
Cesium3DTilesWriter3D Tiles serialization, including 3D Tiles extension support.
Cesium3DTilesSelectionRuntime streaming, level of detail selection, culling, cache management, and decoding of 3D Tiles.
CesiumAsyncClasses for multi-threaded asynchronous tasks.
CesiumClientCommonFunctionality shared between ion and iTwin client implementations, primarily shared authentication code.
CesiumCurlProvides the ability to access HTTP and other network resources using libcurl.
CesiumGeometryCommon 3D geometry classes; and bounds testing, intersection testing, and spatial indexing algorithms.
CesiumGeospatial3D geospatial math types and functions for ellipsoids, transforms, projections.
CesiumGltfLightweight glTF processing and optimization functions.
CesiumGltfContentClasses that support manipulating the content of a glTF.
CesiumGltfReaderglTF deserialization / decoding, including glTF extension support (KHR_draco_mesh_compression etc).
CesiumGltfWriterglTF serialization / encoding, including glTF extension support.
CesiumIonClientFunctions to access Cesium ion accounts and 3D tilesets using ion's REST API.
CesiumITwinClientFunctions to access the Bentley iTwin platform.
CesiumJsonReaderReads JSON from a buffer into statically-typed classes.
CesiumJsonWriterWrites JSON from statically-typed classes into a buffer.
CesiumQuantizedMeshTerrainClasses for accessing terrain in the quantized-mesh-1.0 format.
CesiumRasterOverlaysClasses for raster overlays, which allow draping massive 2D textures over a model.
CesiumUtilityUtility functions for JSON parsing, URI processing, credits, etc.
CesiumVectorDataClasses for loading vector data such as GeoJSON.

📗License

Apache 2.0. Cesium Native is free for both commercial and non-commercial use.

🔧Projects Using Cesium Native

The following official Cesium integrations are built on top of Cesium Native:

In addition, Cesium Native has been used by the community to build projects including:

  • vsgCs integrates Cesium Native with VulkanSceneGraph.
  • osgEarth uses Cesium Native to load 3D Tiles in OpenSceneGraph.
  • 3D Tiles for Godot integrates Cesium Native with the Godot game engine.
  • cesium_3d_native provides a Dart wrapper around Cesium Native, allowing integration with Dart/Flutter applications.

If you have a project that integrates with Cesium Native that isn't on this list yet, please let us know!

⌛ Backward Compatibility

Cesium Native currently does not have any measures for deprecation or backwards compatibility. This grants us the mobility needed for rapid, iterative development.

Breaking changes can be made without warning, but they should be well-documented under the Breaking Changes section in CHANGES.md.

[!note] This will change when Cesium Native is officially released as v1.0.0 with a stabilized API.

💻Developing with Cesium Native

See the Developer Setup Guide to learn how to set up a development environment with Cesium Native and begin developing with it.

⭐Contributing

Are you interested in contributing to Cesium Native's development? Contributions can come in many forms, from answering questions to creating issues and pull requests. See our Contribution Guide to find out how to get started!