cl-ecs

ECS framework

An implementation of the Entity-Component-System pattern in Common Lisp

An implementation of the Entity-Component-System pattern mostly used in game development.

GitHub

7 stars
2 watching
3 forks
Language: Common Lisp
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
kirillochnev/mustache An Entity Component System framework allowing fast component iteration and multithreading support. 34
benmoran56/esper A lightweight Entity System module for Python that provides an efficient and flexible architecture for building game engines or other applications with entity-component-systems. 554
vberlier/goomy An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. 12
richardbiely/gaia-ecs An entity component system framework for building data-oriented games and applications with efficient storage and processing of entities and components. 82
lastolivegames/becsy An ECS framework for TypeScript and JavaScript that simplifies the development of performant, multi-threaded code 207
abeimler/ecs_benchmark A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ 220
doraku/ecs.csharp.benchmark A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks. 130
judelco/entitas-cpp A fast and efficient Entity Component System framework for C++ game development. 339
beancheeseburrito/flecs.net A C# wrapper for an entity-component-system (ECS) game development library 147
ecsx-framework/ecsx An Entity-Component-System framework for building real-time applications in Elixir 210
jaimegensler/thyseus An Entity Component System for building performant and maintainable applications with a focus on data management 74
nidorx/ecs-lib A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development 195
konovod/myecs An Entity-Component-System framework for managing game-like data structures and interactions in Crystal. 21
friflo/ecs.csharp.benchmark-common-use-cases A benchmarking project comparing the performance of common use cases in multiple C# Entity-Component-System (ECS) frameworks. 22
genaray/arch A high-performance ECS implementation in C# 1,042