fast_ecs

Game engine library

An Entity-Component-System library designed to efficiently handle entities and components in game development.

Simple and fast Entity-Component-System (ECS) library written in Dart.

GitHub

14 stars
1 watching
0 forks
Language: Dart
last commit: about 3 years ago
Linked from 1 awesome list

dartdata-oriented-designecsentity-component-systementity-frameworkfastfast-ecsgamegamedev

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
nidorx/ecs-lib A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development 196
sebas77/svelto.ecs A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. 1,231
natethegreatt/bitecs An ECS library designed to be flexible and minimal, focusing on data-oriented systems with efficient iteration and querying capabilities. 954
nidorx/ecs-lua An Entity Component System library for Lua game development 166
andygeiss/ecs Builds a custom game engine using the Entity Component System concept in Go. 129
kevinresol/exp-ecs A macro-powered framework for building entity-component-system game engines 59
genaray/arch A high-performance ECS implementation in C# 1,079
phisko/kengine A game engine built around an Entity-Component-System architecture with C++20 support and runtime extensibility 607
godotecs/godex An ECS implementation for the Godot Engine game development framework. 1,242
andreakarasho/tinyecs A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. 114
bakpakin/tiny-ecs An Entity Component System framework for Lua game development 690
keyslam-group/concord An ECS library designed to support game development with Lua, providing a structured approach to organize code and data. 233
yelnats321/entityplus An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. 190
vitei/usagi A game engine built around a hierarchical Entity-Component-System architecture to manage complex interactions in games. 53
richardbiely/gaia-ecs A fast and easy-to-use Entity Component System (ECS) framework for C++ 84