entitas-clj

ECM

An entity component system for Clojure, providing a flexible architecture for managing game logic and data structures

Entity component system based on https://github.com/wooga/entitas

GitHub

3 stars
2 watching
2 forks
Language: Clojure
last commit: about 9 years ago

Related projects:

Repository Description Stars
mhaemmerle/entitas_erl An implementation of an entity component system in Erlang for managing game-like data structures and systems 6
judelco/entitas-cpp A fast and efficient Entity Component System framework for C++ game development. 339
darkoverlordofdata/entitas-scala A tool for creating and managing Entity-Component-System architectures in Scala, providing command-line interfaces for component creation and code generation. 1
friflo/friflo.json.fliox An Entity Component System (ECS) and Object-Relational Mapping (ORM) implementation for C# 164
spoved/entitas.cr An Entity Component System Framework written in Crystal. 37
darkoverlordofdata/entitas-ts An implementation of the Entity-Component-System (ECS) architecture in TypeScript 217
engoengine/ecs An implementation of the Entity-Component-System paradigm in Go 298
genaray/arch A high-performance ECS implementation in C# 1,042
vittorioromeo/ecst An experimental library providing a flexible and efficient way to manage entities and their components in C++14 multithreaded systems. 472
hmans/miniplex An entity management system based on the Entity Component System pattern, designed for game development and other demanding applications. 850
apples/ginseng An entity-component-system framework for managing game entities and their dynamic components. 50
blackmatov/ecs.hpp An implementation of an Entity Component System architecture for managing game-like entities and their associated data 38
guillaume-haerinck/met-ecs A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. 16
outfox/fennecs An Entity-Component System implementation in C# targeting .NET 8 229
yelnats321/entityplus An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. 190