Evergine.Bindings.CesiumNative
2026.8.9.34
dotnet add package Evergine.Bindings.CesiumNative --version 2026.8.9.34
NuGet\Install-Package Evergine.Bindings.CesiumNative -Version 2026.8.9.34
<PackageReference Include="Evergine.Bindings.CesiumNative" Version="2026.8.9.34" />
<PackageVersion Include="Evergine.Bindings.CesiumNative" Version="2026.8.9.34" />
<PackageReference Include="Evergine.Bindings.CesiumNative" />
paket add Evergine.Bindings.CesiumNative --version 2026.8.9.34
#r "nuget: Evergine.Bindings.CesiumNative, 2026.8.9.34"
#:package Evergine.Bindings.CesiumNative@2026.8.9.34
#addin nuget:?package=Evergine.Bindings.CesiumNative&version=2026.8.9.34
#tool nuget:?package=Evergine.Bindings.CesiumNative&version=2026.8.9.34
Cesium.NET
This repository contains low-level bindings for Cesium Native used in Evergine. This binding is generated from the CesiumNativeC API header.
Purpose
Cesium Native is a set of C++ libraries for 3D geospatial applications. It provides:
- 3D Tiles streaming and rendering
- Cesium Ion asset access and authentication
- Geospatial coordinate transformations (ellipsoid, cartographic, globe transforms)
- glTF model loading and parsing
- Raster overlay support (Ion imagery, URL templates, TMS, WMS)
This .NET binding exposes the C API surface (CesiumNativeC) as P/Invoke methods, enabling .NET applications and engines like Evergine to leverage Cesium Native's 3D geospatial capabilities.
Go to the original repository for more details: https://github.com/CesiumGS/cesium-native
Features
- Tileset streaming — Load and traverse 3D Tiles tilesets from URLs or Cesium Ion assets
- View-dependent selection — Per-frame tile selection with screen-space error, frustum culling, fog culling, and occlusion culling
- Geospatial math — Ellipsoid, cartographic, globe rectangle, and globe transform operations
- glTF reader — Parse glTF/GLB models from byte buffers with error/warning reporting
- Raster overlays — Ion imagery, URL template (XYZ), TMS, and WMS overlay layers
- Cesium Ion integration — Authentication, asset listing, and token management
- Credit system — On-screen attribution management for data providers
- Renderer resource bridging — Callback-based integration for custom render pipelines
Supported Platforms
- Windows x64, ARM64
- Linux x64, ARM64
- macOS ARM64
- Android ARM64
- iOS ARM64, simulator ARM64
- Browser WebAssembly
Nine runtime identifiers, and every release checks each of them against the real .nupkg before
publishing — a failure stops the publish. What that check is worth differs by platform, and the
difference is worth knowing rather than glossing:
| how it is checked | |
|---|---|
| the five desktop identifiers | the package is installed and drives a tileset to its root tile |
browser-wasm |
the same, under node, and CesiumC also links its archive into a .NET application before publishing it as a release asset |
android-arm64 |
an APK is built against the package and opened, and lib/arm64-v8a/libCesiumNativeC.so has to be inside it |
iossimulator-arm64 |
an application is linked against the package and its executable has to define the entry points, not merely reference them |
ios-arm64 |
not verified directly. A device build needs a signing identity CI does not have. It links the same archive through the same targets file as the simulator, so the evidence is indirect |
Mobile is loaded differently from the desktop identifiers, and you do not have to do anything
about it: Android carries an ordinary shared library, while iOS links a static archive into your
application, which is why the package ships a buildTransitive targets file.
WebAssembly needs no extra setup on your side, but it does work differently: the archive is
linked into your application at publish time rather than loaded at run time, and the generated
*CallbacksSet.ToNative helpers cannot be used there — AOT rejects a managed method reached from
native code unless it is [UnmanagedCallersOnly]. See WasmSmokeTest/ for a host that does it
the way wasm requires.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-ios26.0 is compatible. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
-
net10.0-ios26.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Evergine.Bindings.CesiumNative:
| Package | Downloads |
|---|---|
|
Evergine.Cesium
Cesium add-on for Evergine. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.8.9.34 | 95 | 8/9/2026 |
| 2026.8.7.21 | 93 | 8/7/2026 |
| 2026.7.20.14 | 107 | 7/20/2026 |
| 2026.6.24.13 | 121 | 6/24/2026 |
| 2026.6.24.12 | 125 | 6/24/2026 |
| 2026.5.18.11 | 188 | 5/18/2026 |
| 2026.5.5.10 | 183 | 5/5/2026 |
| 2026.4.28.9 | 124 | 4/28/2026 |
| 2026.4.21.8 | 174 | 4/21/2026 |
| 2026.4.16.7 | 115 | 4/16/2026 |
| 2026.4.15.6 | 117 | 4/15/2026 |
| 2026.4.2.5 | 119 | 4/2/2026 |
| 2026.3.25.4 | 111 | 3/25/2026 |
| 2026.3.23.3 | 116 | 3/23/2026 |