# Samples **Repository Path**: mirrors_EvergineTeam/Samples ## Basic Information - **Project Name**: Samples - **Description**: This repository contains all the official samples of Evergine. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-09-07 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Evergine Samples This repository contains all the samples code that are part of any topic under the last Evergine stable version based on .NET 8. We are using different Github repositories to make it easy to download each of them individually. The complete list of samples is using Evergine 2025.10.21 and to build these you only need to restore the Nuget dependencies and build the project respectively. # Samples list. ## Evergine Runtime Lab This Evergine sample demonstrates the Runtime Loaders that allows loading multiple file formats at runtime. ![GaussianSplatting sample](Images/runtimes.jpg) Source Code: https://github.com/EvergineTeam/EvergineRuntimeLab ## Gaussian Splatting Demo In this sample you can explore Gaussian Splatting technology using Evergine. You can navigate through a Gaussian Splatting scene and use this code base to extend and explore new possibilities. ![GaussianSplatting sample](Images/GaussianSplattingDemo.jpg) Source Code: https://github.com/EvergineTeam/GaussianSplatting-Demo ## Dicom Demo This sample showcases a new Evergine add-on designed for viewing DICOM files, a widely used medical imaging format. With this add-on, developers can create interactive and high-performance medical viewers, seamlessly integrating Evergine’s rendering capabilities to display 3D medical scans with precision. ![Dicom sample](Images/DicomDemo.jpg) Source Code: https://github.com/EvergineTeam/Dicom-Demo ## MAUI showcase This showcase demonstrates the seamless integration of __MAUI__ and __Evergine__. Leveraging the latest Evergine release, you can access a new MAUI project template, enabling the creation of exceptional mobile applications for both Android and iOS. This template facilitates the development of captivating UIs with MAUI, allowing for the inclusion of a 3D canvas in your views to render engaging 3D content. ![alt MAUI Showcase](Images/maui.jpg) Source Code: https://github.com/EvergineTeam/EverSneaks ## Physics Sample This sample shows how you can use Evergine to perform physics simulations that interact with other physics elements. ![alt Physics Sample](Images/VehiclePhysicsSample.jpg) Source Code: https://github.com/EvergineTeam/VehiclePhysicsSample ## XRV Sample Sample of our XRV library (preview) working within its public modules. ![alt XRV sample](Images/xrv.jpg) Source Code: https://github.com/EvergineTeam/XRV ## XR Sample This demo shows how you can use Evergine in an VR application using OpenXR. In this sample you can control a robot arm using your motion controllers ![XR sample](Images/xrsample.jpg) Source Code: https://github.com/EvergineTeam/XRSample ## Raytracing Demo This is a toy path tracer that shows how to implement advanced raytracing effects as Soft Shadows, Ambient Occlusion, Global Illumination, or Antialiasing using the common raytracing API include in Evergine. ![Path tracer Demo](Images/Raytracing.png) Source Code: https://github.com/EvergineTeam/Raytracing ## Automotive Demo This demo shows how you can use Evergine in an automotive application environment. It uses a simple WPF user interface integration with Evergine to control different parts of the car. ![alt Automotive Demo](Images/AutomotiveDemo.jpg) Source Code: https://github.com/EvergineTeam/Automotive-Demo ## Digital Twin Demo Digital Twin Web application sample (WebGL) based on a solar energy field. It simulates a time-lapse and how users could check different measurements related to tracker angles, voltage, or intensity. ![alt Digital Twin Demo](Images/DigitalTwinDemo.jpg) Source Code: https://github.com/EvergineTeam/DigitalTwin-Demo ## Mixed Reality Demo Evergine.MRTK is a project that provides a set of components and features used to accelerate cross-platform XR application development in Evergine. ![alt MRTKDemo](Images/MRTKDemo.jpg) Source Code: https://github.com/EvergineTeam/MixedRealityToolkit ## UI API integrations This demo shows how you can integrate Evergine in an application using the WindowSystem. The Windows Forms and SDL uses the full window to render the application and the WPF sample demonstrates a way to include a Evergine renderer and how it can interact with WPF controls. ![alt UIAPIIntegrationsDemo](Images/UIAPIIntegrationsDemo.jpg) Source Code: https://github.com/EvergineTeam/UIWindowSystemsDemo ## Particles demo This demo uses the power of compute shaders to simulate differents particle system scenarios. ![alt Particle Demo](Images/ParticlesDemo.jpg) Source Code: https://github.com/EvergineTeam/ParticlesSample ## Area Lights demo This demo uses the Evergine Area Light capabilities to create special soft light effects. ![alt AreaLightsDemo](Images/AreaLightsDemo.jpg) Source Code: https://github.com/EvergineTeam/AreaLightsDemo ## ImGui, ImPlot, ImGuizmo and ImNodes demo This sample shows how to use the ImGui extension in Evergine. The sample includes code for test the ImGui, ImPlot, ImGuizmo and ImNodes. ![alt ImGui Demo](Images/ImGuiDemo.jpg) Source Code: https://github.com/EvergineTeam/ImGui-Demo ## Low Level API Set of samples using the Low-Level abstraction API over Vulkan, DirectX, OpenGL, Metal. ![alt LowLevelAPIDemo](Images/LowLevelAPIDemo.jpg) Source Code: https://github.com/EvergineTeam/LowLevelAPIDemo