Search code examples
Component based game engine design...

architecturegame-engineentity-component-systementity-system

Read More
Entity Component System (ECS): Entity-Exclusive Component Data Being Shared Among All Entities With ...

c++opengl2dsdlentity-component-system

Read More
How to handle duplicate data in an ECS game, and more general questions about ECS...

entity-component-system

Read More
Is it possible to add a child or children to an entity without using the World directly with a threa...

rustentity-component-systembevy

Read More
Rust - Get component in Vec<Box dyn ComponentTrait>> (ECS)...

rustentity-component-system

Read More
How can I read from a component and write to a new entity with that same component in Rust SPECS?...

rustspecsentity-component-systemamethyst

Read More
My GetComponent<>() function in my game engine's Entity-Component-System returns Compiler ...

c++compiler-errorscomponentsgame-engineentity-component-system

Read More
The name 'Entities' does not exist in the current context...

c#unity-game-engineentity-component-system

Read More
Unity ECS on linux error when trying to start new 2D project...

linuxunity-game-engineentity-component-systemunity-dots

Read More
My game custom input adapter is not running rendering system...

kotlinlibgdxentity-component-system

Read More
How To Copy Nested Table Values on Matching Keys...

luaentity-component-systemdata-oriented-design

Read More
Controlling Ship Rotation as it Orbits a Target...

c#unity-game-engineentity-component-system

Read More
C++ How to make an unordered_map with subclasses...

c++inheritanceparent-childsubclassentity-component-system

Read More
Why is it possible to modify a static const variable that is declared inside a function?...

c++entity-component-system

Read More
Segmentation fault when calling virtual function in C++...

c++segmentation-faultentity-component-system

Read More
How to handle collisions in ECS pattern?...

javascripttypescriptgame-engineentity-component-system

Read More
Component Implementation in a ECS with structs...

c#genericsstatic-membersentity-component-system

Read More
How to get values in a struct-of-arrays (SOA) through a generic type?...

rustgame-developmententity-component-system

Read More
How to handle dynamic hierarchical entities in ECS...

data-structuresgame-engineentity-component-system

Read More
Bounds and position in entity component system...

javagame-engineentity-component-system

Read More
Type 'N[P]' cannot be used to index type 'IComponents<N>'...

typescriptentity-component-system

Read More
Java - downsides to casting a Set?...

javacastingsetentityentity-component-system

Read More
Designs of an entity component system...

c++11theoryentity-component-system

Read More
How do I get the derived class from a interface?...

c++reflectioninterfaceentity-component-system

Read More
Alternative for quad-nested unordered_map monstrosity?...

c++c++17game-engineentity-component-system

Read More
How should setup code be handled in entity-component-system?...

pythondesign-patternscomponentsentityentity-component-system

Read More
Entity Component System and multiple components sharing common base type...

c++game-enginegame-physicsentity-component-system

Read More
SpriteKit Entity Component System - cooldown timer with display element...

sprite-kitentity-component-system

Read More
connect systems with events...

c#entity-component-system

Read More
create performant component pooling for system loops...

c#entity-component-system

Read More
BackNext