ecs icon indicating copy to clipboard operation
ecs copied to clipboard

data oriented, functional entity component system

Results 13 ecs issues
Sort by recently updated
recently updated
newest added

chrome manifest v3 sucks. Rather than refactor the existing chrome plugin to work with v3 it might be better to expect a URL parameter like `?debug=true` and when present, render...

enhancement
question

this is something that is useful for client prediction and lag compensated shots, where the world state needs rewinding. currently this is possible on a per-component basis, you can store...

There are some cases where a number of systems should be turned on and off as a group. For example, when an in-game menu is open, and we want to...

enhancement