JaimeGensler / thyseus

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

[thyseus] [plugins] Permit async plugins #74

Closed JaimeGensler closed 9 months ago

JaimeGensler commented 10 months ago

Resolves #58

Adds async plugins, more or less using the method described in the ticket. When World.p.prepare() is called async plugin promises will be resolved before systems are built.