Friflo.Engine.ECS 3.0.0-preview.13

Prefix Reserved
This is a prerelease version of Friflo.Engine.ECS.
dotnet add package Friflo.Engine.ECS --version 3.0.0-preview.13                
NuGet\Install-Package Friflo.Engine.ECS -Version 3.0.0-preview.13                
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="Friflo.Engine.ECS" Version="3.0.0-preview.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Friflo.Engine.ECS --version 3.0.0-preview.13                
#r "nuget: Friflo.Engine.ECS, 3.0.0-preview.13"                
#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.
// Install Friflo.Engine.ECS as a Cake Addin
#addin nuget:?package=Friflo.Engine.ECS&version=3.0.0-preview.13&prerelease

// Install Friflo.Engine.ECS as a Cake Tool
#tool nuget:?package=Friflo.Engine.ECS&version=3.0.0-preview.13&prerelease                

friflo ECS        splash

Wiki nuget codecov C# API Discord Wiki

Friflo.Engine.ECS

High Performance C# ECS - Entity Component System.
The ECS for finishers 🏁

Feature highlights

  • Simple API - no boilerplate, rock-solid 🗿 and bulletproof 🛡️
  • High-performance 🔥 compact ECS
  • Low memory footprint 👣. Create 100.000.000 entities in 1.5 sec
  • Zero ⦰ allocations after buffers are large enough. No struct boxing
  • High performant / type-safe queries ⊆
  • Efficient multithreaded queries ⇶
  • Entity component Search in O(1) ∈
  • Fast batch / bulk operations ⏩
  • Command buffers / deferred operations ⏭️
  • Entity relationships and relations ⌘
  • Entity hierarchy / tree ⪪
  • Fully reactive / entity events ⚡
  • Systems / System groups ⚙️
  • Watch entities, components, relations, tags, query results, systems, ... in debugger 🐞
  • JSON Serialization 💿
  • SIMD Support 🧮
  • Supports .NET Standard 2.1 .NET 5 .NET 6 .NET 7 .NET 8
    WASM / WebAssembly, Unity (Mono, AOT/IL2CPP, WebGL), Godot, MonoGame, ... and Native AOT
  • 100% secure C# 🔒. No unsafe code, native dll bindings and access violations. See Wiki ⋅ Library.

More at GitHub README.md

What is an ECS?

An entity-component-system (ECS) is a software architecture pattern. See ECS ⋅ Wikipedia.
It is often used in the Gaming industry - e.g. Minecraft - and used for high performant data processing.
An ECS provide two strengths:

  1. It enables writing highly decoupled code. Data is stored in Components which are assigned to objects - aka Entities - at runtime.
    Code decoupling is accomplished by dividing implementation in pure data structures (Component types) - and code (Systems) to process them.

  2. It enables high performant system execution by storing components in continuous memory to leverage CPU caches L1, L2 & L3.
    It improves CPU branch prediction by minimizing conditional branches when processing components in tight loops.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 Friflo.Engine.ECS:

Package Downloads
Friflo.Engine.ECS.Boost

Entity Component System - ECS - optimized for performance and cache locality

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Friflo.Engine.ECS:

Repository Stars
friflo/Friflo.Json.Fliox
C# ECS + ORM
Doraku/Ecs.CSharp.Benchmark
Benchmarks of some C# ECS frameworks.
friflo/Friflo.Engine.ECS
High performance 🔥 C# ECS
Version Downloads Last updated
3.0.0-preview.13 541 8/26/2024
3.0.0-preview.12 94 8/18/2024
3.0.0-preview.11 196 8/11/2024
3.0.0-preview.10 101 8/8/2024
3.0.0-preview.9 51 8/8/2024
3.0.0-preview.8 52 8/8/2024
3.0.0-preview.7 100 7/31/2024
3.0.0-preview.6 187 7/25/2024
3.0.0-preview.5 52 7/22/2024
3.0.0-preview.4 84 7/21/2024
3.0.0-preview.3 72 7/20/2024
3.0.0-preview.2 140 7/7/2024
3.0.0-preview.1 99 6/26/2024
2.2.0 225 6/24/2024
2.1.0 96 6/19/2024
2.0.0 171 6/10/2024
2.0.0-preview.9 76 6/9/2024 2.0.0-preview.9 is deprecated.
2.0.0-preview.8 80 6/8/2024 2.0.0-preview.8 is deprecated.
2.0.0-preview.7 83 6/6/2024 2.0.0-preview.7 is deprecated.
2.0.0-preview.6 85 6/5/2024 2.0.0-preview.6 is deprecated.
2.0.0-preview.5 74 6/4/2024 2.0.0-preview.5 is deprecated.
2.0.0-preview.4 97 5/31/2024 2.0.0-preview.4 is deprecated.
2.0.0-preview.3 95 5/29/2024 2.0.0-preview.3 is deprecated.
2.0.0-preview.2 104 5/22/2024 2.0.0-preview.2 is deprecated.
2.0.0-preview.1 84 5/21/2024 2.0.0-preview.1 is deprecated.
1.28.0 232 4/3/2024 1.28.0 is deprecated.
1.27.0 150 4/3/2024 1.27.0 is deprecated.
1.26.0 165 3/31/2024 1.26.0 is deprecated.
1.25.0 176 3/26/2024 1.25.0 is deprecated.
1.24.0 161 3/13/2024 1.24.0 is deprecated.
1.23.0 195 2/29/2024 1.23.0 is deprecated.
1.22.0 163 2/28/2024 1.22.0 is deprecated.
1.21.0 138 2/27/2024 1.21.0 is deprecated.
1.20.0 149 2/27/2024 1.20.0 is deprecated.
1.19.0 124 2/26/2024 1.19.0 is deprecated.
1.18.0 160 2/24/2024 1.18.0 is deprecated.
1.17.0 150 2/19/2024 1.17.0 is deprecated.
1.16.0 166 2/15/2024 1.16.0 is deprecated.
1.15.0 172 2/13/2024 1.15.0 is deprecated.
1.14.0 431 2/11/2024 1.14.0 is deprecated.
1.13.0 166 2/1/2024 1.13.0 is deprecated.
1.12.0 133 1/31/2024 1.12.0 is deprecated.
1.11.0 124 1/30/2024 1.11.0 is deprecated.
1.10.0 131 1/28/2024 1.10.0 is deprecated.
1.9.9 139 1/25/2024 1.9.9 is deprecated.
1.9.8 149 1/23/2024 1.9.8 is deprecated.
1.9.7 132 1/22/2024 1.9.7 is deprecated.
1.9.6 143 1/21/2024 1.9.6 is deprecated.
1.9.5 139 1/20/2024 1.9.5 is deprecated.
1.9.4 131 1/19/2024 1.9.4 is deprecated.
1.9.3 138 1/17/2024 1.9.3 is deprecated.
1.9.2 141 1/17/2024 1.9.2 is deprecated.
1.9.1 138 1/17/2024 1.9.1 is deprecated.
1.9.0 132 1/16/2024 1.9.0 is deprecated.
1.8.0 142 1/15/2024 1.8.0 is deprecated.
1.7.0 141 1/14/2024 1.7.0 is deprecated.
1.6.0 140 1/14/2024 1.6.0 is deprecated.
1.5.0 138 1/14/2024 1.5.0 is deprecated.
1.4.0 135 1/13/2024 1.4.0 is deprecated.
1.3.0 152 1/13/2024 1.3.0 is deprecated.
1.2.0 125 1/12/2024 1.2.0 is deprecated.
1.1.0 141 1/12/2024 1.1.0 is deprecated.
1.0.0 135 1/11/2024 1.0.0 is deprecated.
0.3.0 143 1/11/2024 0.3.0 is deprecated.
0.2.0 140 1/11/2024 0.2.0 is deprecated.
0.1.0 177 1/11/2024 0.1.0 is deprecated.