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.
7 stars
2 watching
3 forks
Language: Common Lisp
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 36 |
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. | 562 |
vberlier/goomy | An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |
richardbiely/gaia-ecs | A fast and easy-to-use Entity Component System (ECS) framework for C++ | 84 |
lastolivegames/becsy | An ECS framework for TypeScript and JavaScript that simplifies the development of performant, multi-threaded code | 211 |
abeimler/ecs_benchmark | A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 227 |
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. | 343 |
beancheeseburrito/flecs.net | A C# wrapper around the flecs game engine | 153 |
ecsx-framework/ecsx | An Entity-Component-System framework for building real-time applications in Elixir | 218 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 77 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 196 |
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,079 |