All Projects β†’ jslee02 β†’ Awesome Entity Component System

jslee02 / Awesome Entity Component System

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

Projects that are alternatives of or similar to Awesome Entity Component System

Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+2896.11%)
Mutual labels:  ecs, game-engine, entity-component-system
Octopuskit
2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS
Stars: ✭ 246 (+36.67%)
Mutual labels:  ecs, game-engine, entity-component-system
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (+27.22%)
Mutual labels:  ecs, game-engine, entity-component-system
Godex
Godex is a Godot Engine ECS library.
Stars: ✭ 307 (+70.56%)
Mutual labels:  ecs, game-engine, entity-component-system
Etengine
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
Stars: ✭ 408 (+126.67%)
Mutual labels:  ecs, game-engine, entity-component-system
Uecs
Ubpa Entity-Component-System (U ECS) in Unity3D-style
Stars: ✭ 174 (-3.33%)
Mutual labels:  ecs, game-engine, entity-component-system
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (+58.89%)
Mutual labels:  ecs, game-engine, entity-component-system
Kengine
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Stars: ✭ 417 (+131.67%)
Mutual labels:  ecs, game-engine, entity-component-system
Entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
Stars: ✭ 6,017 (+3242.78%)
Mutual labels:  ecs, game-engine, entity-component-system
Ecs
A simple and easy to use entity-component-system C++ library
Stars: ✭ 20 (-88.89%)
Mutual labels:  ecs, entity-component-system
Endless Runner Entitas Ecs
Runner template for Unity
Stars: ✭ 41 (-77.22%)
Mutual labels:  ecs, entity-component-system
Rust Game Development Frameworks
List of curated frameworks by the **Game Development in Rust** community.
Stars: ✭ 81 (-55%)
Mutual labels:  ecs, entity-component-system
Spartanengine
Game engine with an emphasis on architectual quality and performance
Stars: ✭ 869 (+382.78%)
Mutual labels:  game-engine, entity-component-system
Ecs.hpp
C++17 Entity Component System
Stars: ✭ 25 (-86.11%)
Mutual labels:  ecs, entity-component-system
Learning Unity Ecs 2
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System. Updated for the new API.
Stars: ✭ 65 (-63.89%)
Mutual labels:  ecs, entity-component-system
Yage
Simple game engine, written in C++
Stars: ✭ 7 (-96.11%)
Mutual labels:  game-engine, entity-component-system
Engo
Engo is an open-source 2D game engine written in Go.
Stars: ✭ 1,356 (+653.33%)
Mutual labels:  game-engine, entity-component-system
Entitas Lite
Entitas-Lite is a No-CodeGenerator branch of Entitas, and also a fast & easy ECS framework for C#/Unity.
Stars: ✭ 106 (-41.11%)
Mutual labels:  ecs, entity-component-system
Svelto.ecs
Svelto ECS C# Lightweight Data Oriented Entity Component System Framework
Stars: ✭ 605 (+236.11%)
Mutual labels:  ecs, entity-component-system
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (-45.56%)
Mutual labels:  ecs, entity-component-system

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]
  • goomy - A tiny, experimental ECS framework [github vberlier/goomy]
  • Kengine - Type-safe and self-documenting implementation of an Entity-Component-System [github phisko/kengine]
  • matter - C++17/20 ECS implementation [github Dreyri/matter]

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]

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]

Lua

  • Roblox-ECS - A tiny, fast and easy to use ECS engine for game development on the Roblox platform [github nidorx/roblox-ecs]
  • tiny-ecs - Entity Component System for Lua that's simple, flexible, and useful [github bakpakin/tiny-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]

Graphics Engines

C++

  • bs::framework - Modern C++14 library for the development of real-time graphical applications [github GameFoundry/bsf]

Other Resources

Benchmark

Blog Posts

Talks & Slides

Book

Lists

ETC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].