Releases: RabbitStewDio/EnTTSharp
Releases · RabbitStewDio/EnTTSharp
v1.1.0
Initial release
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.