Evergine.GaussianSplatting 2026.5.25.4-preview

This is a prerelease version of Evergine.GaussianSplatting.
dotnet add package Evergine.GaussianSplatting --version 2026.5.25.4-preview
                    
NuGet\Install-Package Evergine.GaussianSplatting -Version 2026.5.25.4-preview
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Evergine.GaussianSplatting" Version="2026.5.25.4-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Evergine.GaussianSplatting" Version="2026.5.25.4-preview" />
                    
Directory.Packages.props
<PackageReference Include="Evergine.GaussianSplatting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Evergine.GaussianSplatting --version 2026.5.25.4-preview
                    
#r "nuget: Evergine.GaussianSplatting, 2026.5.25.4-preview"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Evergine.GaussianSplatting@2026.5.25.4-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Evergine.GaussianSplatting&version=2026.5.25.4-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Evergine.GaussianSplatting&version=2026.5.25.4-preview&prerelease
                    
Install as a Cake Tool

Evergine.GaussianSplatting

Introduction

Evergine Gaussian Splatting provides a robust solution for integrating state-of-the-art 3D Gaussian Splatting technology into Evergine applications. By leveraging the unique benefits of Gaussian Splatting, Evergine paves the way for groundbreaking advancements in interactive graphics and simulation, setting a new standard for modern application performance.

CI CD Nightly CD Preview

Supported Formats

Currently, this add-on supports the following 3D Gaussian Splatting formats:

Compressed PLY Format .ply

This format is a modification of the traditional .ply and can be summarized as follows:

  • The scene is split into chunks of 256 splats.
  • For each chunk, the minimum and maximum (x, y, z) values for position and scale are stored in floating point.
  • For each splat in the chunk, a normalized and quantized value for position, scale (relative to chunk extents), orientation, and color is stored.

Splat .splat

A .splat file is a simple format that stores the parameters and attributes used in Gaussian Splatting. It contains packed information for each splat (color, position, rotation, scale).


Powered by Evergine

LET'S CONNECT!

Product 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-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Evergine.GaussianSplatting:

Package Downloads
Evergine.GaussianSplatting.Web

Gaussian Splatting library for Evergine Web platform.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.5.25.4-preview 51 5/25/2026
2026.5.25.2-preview 48 5/25/2026
2025.10.21.3-preview 266 10/21/2025
2025.10.20.2-preview 172 10/20/2025
2025.3.17.1-preview 679 3/17/2025