hecs

ECS library

A high-performance, minimalist entity-component-system library for building loosely-coupled applications with efficient access to component data and behavior.

A handy ECS

GitHub

1k stars
14 watching
84 forks
Language: Rust
last commit: almost 2 years ago
Linked from 1 awesome list

ecs-paradigmhacktoberfest

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
guillaume-haerinck/met-ecsA simple Entity Component System library designed to facilitate the creation and management of entities with components and systems.16
nem0/lentA high-performance 2nd generation Entity Component System (ECS) library with minimal dependencies and a simple API for managing game-like data structures.67
yelnats321/entityplusAn Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems.190
andreakarasho/tinyecsA lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications.114
mohamedlt/v_ecsAn Entity component System library for Vlang17
genaray/archA high-performance ECS implementation in C#1,079
nidorx/ecs-libA lightweight and easy-to-use library for implementing an Entity Component System architecture in game development196
jaimegensler/thyseusAn Entity Component System for building performant and maintainable applications with a focus on data management77
leudz/shipyardAn Entity Component System focused on usability and flexibility in game development and general software development757
amethyst/legionA high-performance Entity component system library for building game projects in Rust.1,636
natweiss/entityfuA lightweight C++ entity component system for managing entities and their associated components.85
natethegreatt/bitecsAn ECS library designed to be flexible and minimal, focusing on data-oriented systems with efficient iteration and querying capabilities.954
outfox/fennecsAn Entity-Component System implementation in C# targeting .NET 8254
chromealex/me.becsA Burst-based Entity Component System for Unity.153
qixi/fast_ecsAn Entity-Component-System library designed to efficiently handle entities and components in game development.14