JaimeGensler / thyseus

An archetypal Entity Component System, built entirely in Typescript
MIT License
74 stars 3 forks source link

[events] Move Events to exist in a resource #51

Closed JaimeGensler closed 1 year ago

JaimeGensler commented 1 year ago

Makes events nearly fully tree-shakeable (the command is not, for now) and makes worldbuilder/world a little leaner

Resolves #7