entity-component-system icon indicating copy to clipboard operation
entity-component-system copied to clipboard

Results 3 entity-component-system issues
Sort by recently updated
recently updated
newest added

Would be great. Also, would it be possible to define a component as a Typescript interface?

Don't remove components immediately when .remove() is called, because this breaks for loops that are iterating over searches. Instead wait until the system has finished before performing the removal.