Artemis 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Artemis --version 1.1.0
NuGet\Install-Package Artemis -Version 1.1.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="Artemis" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Artemis --version 1.1.0
#r "nuget: Artemis, 1.1.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 Artemis as a Cake Addin
#addin nuget:?package=Artemis&version=1.1.0

// Install Artemis as a Cake Tool
#tool nuget:?package=Artemis&version=1.1.0

This is a complete C# port and an extension of the awesome Entity System framework Artemis, originally available in Java here: http://gamadu.com/

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Artemis:

Package Downloads
Undine.Artemis

Undine bindings for Artemis ECS

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 2,243 2/14/2020
1.3.1 3,717 7/9/2013
1.2.2 2,073 4/18/2013
1.2.1 1,879 4/18/2013
1.2.0 2,012 3/6/2013
1.1.0 1,885 3/4/2013
1.0.0 962 2/14/2020

In this version we started to use more .Net Features (like Data Attributes and Events) to make everyones life a bit easier
The main Changes on this version are:

Added Aspect Support (New flexible way of filtering entities for systems )
Added Support for C# Attributes (for pool specification, system and templates creation)
Added Pools  for Components and Entities
Added Support for EntityTemplates
Enhanced EntityWorld Interface (no need to use lots of Managers, everything is packed on EntityWorld class)
Enhanced ComponentMapper
Enhanced MultiThread Support
Enhanced Queue Based Systems
More Unit Tests (Integrated with Visual Studio 2012)
Support for Windows Phone 7, Xbox 360, PC, Mono, MonoTouch and MonoDroid