Skip to content
Isaiah Kelly edited this page Jan 15, 2018 · 78 revisions

Entitas

What is Entitas?

Entitas is a super fast and lightweight Entity-Component-System (ECS) framework specifically designed for C# and the Unity engine. Internal caching and blazing fast component access makes it second to none. Several design decisions have been made to work optimal in a garbage collected environment and it also comes with a (optional) code generator which radically reduces the amount of code you have to write.

Unity Installation

Simply download the latest Entitas.zip from the releases section, then open it and copy the the folder named Entitas (located under "Assets/Entitas") into your Unity project. For more detailed instructions on setting up Entitas in Unity please checkout the step-by-step installation guide.

For pure C# Projects you can download the EntitasPure template project.

Roadmap & Activity

Throughput Graph

Clone this wiki locally