bitECS
bitECS copied to clipboard
memoize queries per world
currently defining a query with the same components as a previously defined query will create an entirely new query instead of reusing the previously defined query. should instead reuse the previously defined query