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
990 stars
14 watching
84 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
ecs-paradigmhacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
guillaume-haerinck/met-ecs | A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. | 16 |
nem0/lent | A high-performance 2nd generation Entity Component System (ECS) library with minimal dependencies and a simple API for managing game-like data structures. | 67 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 113 |
mohamedlt/v_ecs | An Entity component System library for Vlang | 17 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 195 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 74 |
leudz/shipyard | An Entity Component System focused on usability and flexibility in game development and general software development | 753 |
amethyst/legion | A high-performance Entity component system library for building game projects in Rust. | 1,631 |
natweiss/entityfu | A lightweight C++ entity component system for managing entities and their associated components. | 85 |
natethegreatt/bitecs | An ultra-high performance Entity-Component-System (ECS) library for JavaScript game development | 930 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 229 |
chromealex/me.becs | A Burst-based Entity Component System for Unity. | 152 |
qixi/fast_ecs | An Entity-Component-System library designed to efficiently handle entities and components in game development. | 14 |