wolf-ecs
wolf-ecs copied to clipboard
The fastest Entity Component System library for the web
Typescript is giving me `Property 'defineComponent' does not exist on type 'ECS'.`, but it seems to be working fine with registerComponent, so just checking that's how it's meant to work!
I sometimes want multiple systems to use the same query. Right now I just keep a record of queries around in my state, but this is pretty error prone. For...
Hey! Thanks for the library I have a similar problem with your package as bitECS. And others have a problem with this too https://github.com/NateTheGreatt/bitECS/issues/30 The solution to remove from your...