jslee02 / awesome-entity-component-system

:sunglasses: A curated list of Entity-Component-System (ECS) libraries and resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awesome-ecs

😎 A curated list of Entity-Component-System (ECS) libraries and resources

ECS Libraries

C/C++

  • anax - Open source C++ entity system GitHub miguelmartin75/anax
  • ECS - C++ single-header entity component system library GitHub redxdev/ECS
  • ecs.hpp - A single header C++14 entity component system library GitHub BlackMATov/ecs.hpp
  • ecst - Experimental C++14 multithreaded compile-time entity-compnent-system library GitHub SuperV1234/ecst
  • EntityFu - A simple, fast entity component system written in C++ GitHub NatWeiss/EntityFu
  • EntityPlus - C++14 entity component system GitHub Yelnats321/EntityPlus
  • EntityX - Fast, type-safe C++ entity component system GitHub alecthomas/entityx
  • entt - Fast and reliable entity-component system GitHub skypjack/entt
  • Flecs - A Multithreaded Entity Component System written for C89 & C99 GitHub SanderMertens/flecs
  • Gaia-ECS - Fast and type-safe C++17 archetype-based entity component system GitHub richardbiely/gaia-ecs
  • Ginseng - An ESC library designed for use in games GitHub apples/ginseng
  • goomy - A tiny, experimental ECS framework GitHub vberlier/goomy
  • Kengine - Game engine with an Entity-Component-System (ECS) architecture GitHub phisko/kengine
  • matter - C++17/20 ECS implementation GitHub Dreyri/matter
  • mustache - A fast, modern C++ entity component system GitHub kirillochnev/mustache
  • pico_ecs - Single-header and cross-platform ECS GitHub empyreanx/pico_headers

C#

  • DefaultEcs - ECS for syntax and usage simplicity with maximum performance GitHub Doraku/DefaultEcs
  • Svelto.ECS - Lightweight data oriented entity component system framework GitHub sebas77/Svelto.ECS
  • Arch - A high-performance Archetype & Chunks Entity Component System for game development and data-oriented programming GitHub genaray/Arch
  • Entitas - The Entity Component System Framework for C# and Unity GitHub sschmid/Entitas
  • LeoEcsLite - Lightweight C# Entity Component System framework GitHub LeoECSCommunity/ecslite
  • Morpeh - ECS Framework for Unity Game Engine and .NET Platform GitHub scellecs/morpeh

Common Lisp

  • beast - Basic Entity/Aspect/System Toolkit GitHub sjl/beast
  • cl-ecs - An implementation of the Entity-Component-System pattern mostly used in game development GitHub bit-phlippers/cl-ecs
  • cl-fast-ecs - Blazingly fast Entity-Component-System microframework GitLab lockie/cl-fast-ecs

Dart

  • Fast ECS - Simple and fast Entity-Component-System (ECS) library written in Dart. GitHub QiXi/fast_ecs

Elixir

  • ECSx - An ECS framework for Elixir GitHub ecsx-framework/ECSx

Python

  • esper - A lightweight Entity System for Python GitHub benmoran56/esper

Rust

  • shipyard - Entity Component System written in Rust GitHub leudz/shipyard
  • specs - Parallel entity component system written in Rust GitHub slide-rs/specs
  • legion - High performance Rust ECS library GitHub amethyst/legion
  • bevy_ecs - Simple to use, ergonomic, fast, massively parallel, opinionated, and featureful written in Rust GitHub bevyengine/bevy
  • hecs - High-performance, minimalist entity-component-system GitHub Ralith/hecs

Go

  • Arche - An archetype-based Entity Component System for Go GitHub mlange-42/arche

Lua

  • ECS Lua - A fast and easy to use ECS engine for game development GitHub nidorx/ecs-lua
  • tiny-ecs - Entity Component System for Lua that's simple, flexible, and useful GitHub bakpakin/tiny-ecs

Java

  • Artemis-odb - A continuation of the popular Artemis ECS framework GitHub junkdog/artemis-odb

JavaScript

  • bitECS - Functional, minimal, data-oriented, ultra-high performance ECS library GitHub bitecs
  • ECSY - Entity Component System for javascript GitHub ecsyjs/ecsy

Zig

  • mach-ecs - Entity Component System from first-principles designed for Zig GitHub hexops/mach-ecs
  • Zig ECS - A Zig port of the fantasic Entt GitHub prime31/zig-ecs

Applications powered by ECS

Game Engines

C++

  • crown - General purpose data-driven game engine GitHub dbartolini/crown
  • Engine - Basic cross-platform 3D game engine GitHub Shervanator/Engine
  • igneous - Open source game engine written in C++ GitHub MissingBitStudios/igneous
  • shiva - Modern Cross-Platform C++ Engine with modularity GitHub Milerius/shiva
  • Sparky - Cross-Platform High Performance 2D/3D game engine GitHub TheCherno/Sparky
  • Usagi - Hierarchical component entity system based game engine GitHub vitei/Usagi

Rust

  • Amethyst - Data-oriented and data-driven game engine written in Rust GitHub amethyst/amethyst
  • Bevy - A refreshingly simple data-driven game engine built in Rust GitHub bevyengine/bevy

Graphics Engines

C++

  • bs::framework - Modern C++14 library for the development of real-time graphical applications GitHub GameFoundry/bsf
  • The Forge - Cross-Platform Rendering Framework with support for PC Windows, Linux, Ray Tracing, macOS/iOS, Android, XBOX, PS4, PS5, Switch, Quest 2 GitHub ConfettiFX/The-Forge

Other Resources

Benchmarks

Blog Posts

Talks & Slides

Books

Tutorials

Lists

ETC

About

:sunglasses: A curated list of Entity-Component-System (ECS) libraries and resources

License:The Unlicense