Friflo.Engine.ECS 1.9.8

Prefix Reserved
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.
dotnet add package Friflo.Engine.ECS --version 1.9.8                
NuGet\Install-Package Friflo.Engine.ECS -Version 1.9.8                
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.9.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Friflo.Engine.ECS --version 1.9.8                
#r "nuget: Friflo.Engine.ECS, 1.9.8"                
#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.9.8

// Install Friflo.Engine.ECS as a Cake Tool
#tool nuget:?package=Friflo.Engine.ECS&version=1.9.8                

JSON Fliox    Friflo.Engine.ECS splash

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 a World class and using int parameters as entity ids.
  • 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

Product Compatible and additional computed target framework versions.
.NET 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. 
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
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.16 49 11/22/2024
3.0.0-preview.15 45 11/19/2024
3.0.0-preview.14 383 11/12/2024
3.0.0-preview.13 754 8/26/2024
3.0.0-preview.12 108 8/18/2024
3.0.0-preview.11 204 8/11/2024
3.0.0-preview.10 110 8/8/2024
3.0.0-preview.9 57 8/8/2024
3.0.0-preview.8 56 8/8/2024
3.0.0-preview.7 126 7/31/2024
3.0.0-preview.6 195 7/25/2024
3.0.0-preview.5 60 7/22/2024
3.0.0-preview.4 94 7/21/2024
3.0.0-preview.3 82 7/20/2024
3.0.0-preview.2 148 7/7/2024
3.0.0-preview.1 106 6/26/2024
2.2.0 316 6/24/2024
2.1.0 110 6/19/2024
2.0.0 185 6/10/2024
2.0.0-preview.9 85 6/9/2024 2.0.0-preview.9 is deprecated.
2.0.0-preview.8 89 6/8/2024 2.0.0-preview.8 is deprecated.
2.0.0-preview.7 92 6/6/2024 2.0.0-preview.7 is deprecated.
2.0.0-preview.6 94 6/5/2024 2.0.0-preview.6 is deprecated.
2.0.0-preview.5 87 6/4/2024 2.0.0-preview.5 is deprecated.
2.0.0-preview.4 106 5/31/2024 2.0.0-preview.4 is deprecated.
2.0.0-preview.3 104 5/29/2024 2.0.0-preview.3 is deprecated.
2.0.0-preview.2 113 5/22/2024 2.0.0-preview.2 is deprecated.
2.0.0-preview.1 93 5/21/2024 2.0.0-preview.1 is deprecated.
1.28.0 254 4/3/2024 1.28.0 is deprecated.
1.27.0 168 4/3/2024 1.27.0 is deprecated.
1.26.0 183 3/31/2024 1.26.0 is deprecated.
1.25.0 202 3/26/2024 1.25.0 is deprecated.
1.24.0 183 3/13/2024 1.24.0 is deprecated.
1.23.0 215 2/29/2024 1.23.0 is deprecated.
1.22.0 179 2/28/2024 1.22.0 is deprecated.
1.21.0 154 2/27/2024 1.21.0 is deprecated.
1.20.0 165 2/27/2024 1.20.0 is deprecated.
1.19.0 148 2/26/2024 1.19.0 is deprecated.
1.18.0 186 2/24/2024 1.18.0 is deprecated.
1.17.0 159 2/19/2024 1.17.0 is deprecated.
1.16.0 189 2/15/2024 1.16.0 is deprecated.
1.15.0 195 2/13/2024 1.15.0 is deprecated.
1.14.0 480 2/11/2024 1.14.0 is deprecated.
1.13.0 189 2/1/2024 1.13.0 is deprecated.
1.12.0 163 1/31/2024 1.12.0 is deprecated.
1.11.0 142 1/30/2024 1.11.0 is deprecated.
1.10.0 147 1/28/2024 1.10.0 is deprecated.
1.9.9 165 1/25/2024 1.9.9 is deprecated.
1.9.8 172 1/23/2024 1.9.8 is deprecated.
1.9.7 162 1/22/2024 1.9.7 is deprecated.
1.9.6 161 1/21/2024 1.9.6 is deprecated.
1.9.5 155 1/20/2024 1.9.5 is deprecated.
1.9.4 157 1/19/2024 1.9.4 is deprecated.
1.9.3 166 1/17/2024 1.9.3 is deprecated.
1.9.2 165 1/17/2024 1.9.2 is deprecated.
1.9.1 165 1/17/2024 1.9.1 is deprecated.
1.9.0 152 1/16/2024 1.9.0 is deprecated.
1.8.0 161 1/15/2024 1.8.0 is deprecated.
1.7.0 157 1/14/2024 1.7.0 is deprecated.
1.6.0 158 1/14/2024 1.6.0 is deprecated.
1.5.0 164 1/14/2024 1.5.0 is deprecated.
1.4.0 151 1/13/2024 1.4.0 is deprecated.
1.3.0 168 1/13/2024 1.3.0 is deprecated.
1.2.0 148 1/12/2024 1.2.0 is deprecated.
1.1.0 157 1/12/2024 1.1.0 is deprecated.
1.0.0 153 1/11/2024 1.0.0 is deprecated.
0.3.0 164 1/11/2024 0.3.0 is deprecated.
0.2.0 158 1/11/2024 0.2.0 is deprecated.
0.1.0 195 1/11/2024 0.1.0 is deprecated.