Friflo.Engine.ECS 1.28.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Friflo.Engine.ECS --version 1.28.0
NuGet\Install-Package Friflo.Engine.ECS -Version 1.28.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.28.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.28.0
#r "nuget: Friflo.Engine.ECS, 1.28.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.28.0

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

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 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

This package is not used by any NuGet packages.

GitHub repositories (2)

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

Repository Stars
friflo/Friflo.Json.Fliox
C# ORM for .NET with Messaging and Pub-Sub. C# ECS for high performance DoD.
Doraku/Ecs.CSharp.Benchmark
Benchmarks of some C# ECS frameworks.
Version Downloads Last updated
2.0.0-preview.2 45 5/22/2024
2.0.0-preview.1 35 5/21/2024
1.28.0 152 4/3/2024
1.27.0 102 4/3/2024
1.26.0 117 3/31/2024
1.25.0 124 3/26/2024
1.24.0 111 3/13/2024
1.23.0 149 2/29/2024
1.22.0 108 2/28/2024
1.21.0 90 2/27/2024
1.20.0 94 2/27/2024
1.19.0 71 2/26/2024
1.18.0 105 2/24/2024
1.17.0 104 2/19/2024
1.16.0 112 2/15/2024
1.15.0 93 2/13/2024
1.14.0 265 2/11/2024
1.13.0 103 2/1/2024
1.12.0 86 1/31/2024
1.11.0 84 1/30/2024
1.10.0 89 1/28/2024
1.9.9 88 1/25/2024
1.9.8 102 1/23/2024
1.9.7 85 1/22/2024
1.9.6 73 1/21/2024
1.9.5 86 1/20/2024
1.9.4 78 1/19/2024
1.9.3 91 1/17/2024
1.9.2 84 1/17/2024
1.9.1 85 1/17/2024
1.9.0 86 1/16/2024
1.8.0 95 1/15/2024
1.7.0 92 1/14/2024
1.6.0 91 1/14/2024
1.5.0 85 1/14/2024
1.4.0 85 1/13/2024
1.3.0 98 1/13/2024
1.2.0 81 1/12/2024
1.1.0 95 1/12/2024
1.0.0 92 1/11/2024
0.3.0 90 1/11/2024
0.2.0 88 1/11/2024
0.1.0 126 1/11/2024