TheiaECS 1.0.31

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package TheiaECS --version 1.0.31
                    
NuGet\Install-Package TheiaECS -Version 1.0.31
                    
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="TheiaECS" Version="1.0.31" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TheiaECS" Version="1.0.31" />
                    
Directory.Packages.props
<PackageReference Include="TheiaECS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TheiaECS --version 1.0.31
                    
#r "nuget: TheiaECS, 1.0.31"
                    
#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.
#:package TheiaECS@1.0.31
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TheiaECS&version=1.0.31
                    
Install as a Cake Addin
#tool nuget:?package=TheiaECS&version=1.0.31
                    
Install as a Cake Tool

TheiaECS

A fast-enough (and often, or sometimes, faster) ECS framework for your games, offering a distinct and expressive approach.
Written in 100% C# with no external dependencies.


❓ What is TheiaECS?

TheiaECS is a expressive, simple and efficient Entity Component System (ECS) framework designed for game development in C#. It provides a structured way to organize game logic through a composition-based architecture, enabling:

  • High-performance
  • Expressive
  • Flexible
  • Efficient
  • Memory-friendly
  • Minimal Allocations

🔑 Key Features

  • Pure C# Implementation – Built with 100% C#, no external dependencies required!
  • Archetype-Based Design – Efficiently organizes entities with similar component structures!
  • Memory Efficiency – Uses pooling and chunk-based memory allocation to minimize GC pressure!
  • Query System – Powerful querying capabilities for entity and component retrieval!
  • Deferred Operations – Supports deferred creation, destruction, and component modifications!
  • Type Safety – Leverages C# generics for type-safe component access!
  • Assemblages – Pre-defined entity templates for consistent and fast entity creation!
  • O(1) Entities Operation – Constant-time entity creation, deletion and component lookup!
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated

Released TheiaECS 1.0.31 : Update TheiaECS_Common Package.
     Released TheiaECS 1.0.3 : Assemblage's method HandleOutOfRange Fix.
     Released TheiaECS 1.0.2 : Added TheiaECS_Common Package as Dependency.
     Released TheiaECS 1.0.1
     Released TheiaECS 1.0.0