evaera / matter

A modern ECS library for Roblox.
https://eryn.io/matter/
MIT License
144 stars 34 forks source link

Implementing Views #80

Open Ukendio opened 8 months ago

Ukendio commented 8 months ago

This is just one way to resolve #79 where we could potentially extend the API instead of changing queryResult:snapshot(). Currently the order of entities is undefined and may differ from a query or snapshot. Maybe we can fix this by using linked lists or something, need thoughts on this.

TODO