Friflo.Engine.ECS
1.19.0
Prefix Reserved
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Standard 2.1
This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
Additional Details
This package is legacy. Please update the package version to latest release v2
https://github.com/friflo/Friflo.Json.Fliox/wiki/Release-Notes#releases
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Friflo.Engine.ECS --version 1.19.0
NuGet\Install-Package Friflo.Engine.ECS -Version 1.19.0
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="1.19.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Friflo.Engine.ECS --version 1.19.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Friflo.Engine.ECS, 1.19.0"
#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=1.19.0 // Install Friflo.Engine.ECS as a Cake Tool #tool nuget:?package=Friflo.Engine.ECS&version=1.19.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Friflo.Engine.ECS
Package
This package is part of the project described below.
Project
Friflo.Engine.ECS
is an Entity Component System - ECS - optimized for performance and cache locality.
Additional features:
- JSON Serialization
- Developer friendly / OOP like API by exposing the Entity
struct as the main interface.
The typical alternative of an ECS implementations is providing aWorld
class and usingint
parameters as entityid
s. - Build a hierarchy of entities typically used in Games and Game Editors.
- Efficient component queries minimizing L1 cache misses with support for Vectorization (SIMD).
- Minimize times required for GC collection by using struct types for entities and components.
GC.Collect(1) < 0.8 ms when using 10.000.000 entities. - Support tagging of entities and use them as a filter in queries.
- Add scripts - similar to
MonoBehavior
's - to entities in cases OOP is preferred. - Enable binding an entity hierarchy to a TreeDataGrid in AvaloniaUI.
More at Friflo.Engine README.md
Links
Product | Versions 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.
-
.NETStandard 2.1
- Friflo.Json.Fliox (>= 0.52.0)
-
net6.0
- Friflo.Json.Fliox (>= 0.52.0)
-
net7.0
- Friflo.Json.Fliox (>= 0.52.0)
-
net8.0
- Friflo.Json.Fliox (>= 0.52.0)
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
|
|
friflo/Friflo.Engine.ECS
C# ECS 🔥 high-performance
|
|
Doraku/Ecs.CSharp.Benchmark
Benchmarks of some C# ECS frameworks.
|
Version | Downloads | Last updated | |
---|---|---|---|
3.0.0-preview.13 | 732 | 8/26/2024 | |
3.0.0-preview.12 | 105 | 8/18/2024 | |
3.0.0-preview.11 | 201 | 8/11/2024 | |
3.0.0-preview.10 | 107 | 8/8/2024 | |
3.0.0-preview.9 | 54 | 8/8/2024 | |
3.0.0-preview.8 | 53 | 8/8/2024 | |
3.0.0-preview.7 | 118 | 7/31/2024 | |
3.0.0-preview.6 | 192 | 7/25/2024 | |
3.0.0-preview.5 | 57 | 7/22/2024 | |
3.0.0-preview.4 | 89 | 7/21/2024 | |
3.0.0-preview.3 | 79 | 7/20/2024 | |
3.0.0-preview.2 | 145 | 7/7/2024 | |
3.0.0-preview.1 | 103 | 6/26/2024 | |
2.2.0 | 287 | 6/24/2024 | |
2.1.0 | 107 | 6/19/2024 | |
2.0.0 | 182 | 6/10/2024 | |
2.0.0-preview.9 | 82 | 6/9/2024 | |
2.0.0-preview.8 | 86 | 6/8/2024 | |
2.0.0-preview.7 | 89 | 6/6/2024 | |
2.0.0-preview.6 | 91 | 6/5/2024 | |
2.0.0-preview.5 | 84 | 6/4/2024 | |
2.0.0-preview.4 | 103 | 5/31/2024 | |
2.0.0-preview.3 | 101 | 5/29/2024 | |
2.0.0-preview.2 | 110 | 5/22/2024 | |
2.0.0-preview.1 | 90 | 5/21/2024 | |
1.28.0 | 251 | 4/3/2024 | |
1.27.0 | 165 | 4/3/2024 | |
1.26.0 | 180 | 3/31/2024 | |
1.25.0 | 199 | 3/26/2024 | |
1.24.0 | 180 | 3/13/2024 | |
1.23.0 | 212 | 2/29/2024 | |
1.22.0 | 176 | 2/28/2024 | |
1.21.0 | 151 | 2/27/2024 | |
1.20.0 | 162 | 2/27/2024 | |
1.19.0 | 145 | 2/26/2024 | |
1.18.0 | 183 | 2/24/2024 | |
1.17.0 | 156 | 2/19/2024 | |
1.16.0 | 186 | 2/15/2024 | |
1.15.0 | 192 | 2/13/2024 | |
1.14.0 | 458 | 2/11/2024 | |
1.13.0 | 184 | 2/1/2024 | |
1.12.0 | 154 | 1/31/2024 | |
1.11.0 | 139 | 1/30/2024 | |
1.10.0 | 144 | 1/28/2024 | |
1.9.9 | 162 | 1/25/2024 | |
1.9.8 | 169 | 1/23/2024 | |
1.9.7 | 159 | 1/22/2024 | |
1.9.6 | 158 | 1/21/2024 | |
1.9.5 | 152 | 1/20/2024 | |
1.9.4 | 154 | 1/19/2024 | |
1.9.3 | 163 | 1/17/2024 | |
1.9.2 | 162 | 1/17/2024 | |
1.9.1 | 162 | 1/17/2024 | |
1.9.0 | 149 | 1/16/2024 | |
1.8.0 | 158 | 1/15/2024 | |
1.7.0 | 154 | 1/14/2024 | |
1.6.0 | 155 | 1/14/2024 | |
1.5.0 | 161 | 1/14/2024 | |
1.4.0 | 148 | 1/13/2024 | |
1.3.0 | 165 | 1/13/2024 | |
1.2.0 | 145 | 1/12/2024 | |
1.1.0 | 154 | 1/12/2024 | |
1.0.0 | 148 | 1/11/2024 | |
0.3.0 | 161 | 1/11/2024 | |
0.2.0 | 155 | 1/11/2024 | |
0.1.0 | 192 | 1/11/2024 |