Skip to content

Releases: RabbitStewDio/EnTTSharp

v1.1.0

30 Sep 19:56

Choose a tag to compare

Full Changelog: https://github.com/RabbitStewDio/EnTTSharp/commits/v1.1.0

This release simply fixes the source NuGet packages so that they are generated with portable PDBs, so that nuget.org is happy.

Initial release

30 Sep 15:00

Choose a tag to compare

EnTT Sharp is a C# port of EnTT for C++. EnTT is
a lightweight entity-component-system library with a focus on performance and cache
friendliness.

This C# port roughly matches version 2.8 of the C++ EnTT library. It does not contain
many of the C++ specific helper functions (like type information systems or sane events,
etc) which are part of the .NET runtime or can be easily added via external libraries.
Referencing libraries is not as painful in C# as it apparently is in C++.

EnTT Sharp is best consumed via NuGet.