Artemis 1.3.1

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

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

Born as a port of the awesome Entity System framework Artemis (Java - http://gamadu.com/). Now it is a full featured, high performance plataform for building games based on Entity System paradigm.

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. 
Silverlight sl4-wp71 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 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,245 2/14/2020
1.3.1 3,719 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

The main Changes on this version are:

--No need to call refresh on entities. Check https://thelinuxlich.github.io/artemis_CSharp/ for more info
--Lots of bugs fixed
--New Systems added