ecs-lua
Game Engine Library
An Entity Component System library for Lua game development
ECS Lua is a fast and easy to use ECS (Entity Component System) engine for game development.
166 stars
9 watching
58 forks
Language: Lua
last commit: 7 months ago
Linked from 2 awesome lists
lualuajitrobloxrobloxlua
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 |
bakpakin/tiny-ecs | An Entity Component System framework for Lua game development | 690 |
qixi/fast_ecs | An Entity-Component-System library designed to efficiently handle entities and components in game development. | 14 |
keyslam-group/concord | An ECS library designed to support game development with Lua, providing a structured approach to organize code and data. | 233 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,231 |
adriengivry/overload | A 3D game engine with Lua scripting that aims to provide simplicity, high-quality documentation and modern C++ code for game development. | 1,824 |
kevinresol/exp-ecs | A macro-powered framework for building entity-component-system game engines | 59 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
andygeiss/ecs | Builds a custom game engine using the Entity Component System concept in Go. | 129 |
xyronlabs/luna | An engine that lets users create simple visual sketches and games using Lua | 21 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 114 |
godotecs/godex | An ECS implementation for the Godot Engine game development framework. | 1,242 |
phisko/kengine | A game engine built around an Entity-Component-System architecture with C++20 support and runtime extensibility | 607 |
leudz/shipyard | An Entity Component System focused on usability and flexibility in game development and general software development | 757 |
natethegreatt/bitecs | An ECS library designed to be flexible and minimal, focusing on data-oriented systems with efficient iteration and querying capabilities. | 954 |