mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-16 14:11:16 +07:00
22 lines
509 B
Markdown
22 lines
509 B
Markdown
# Roadmap
|
|
|
|
## Backlog
|
|
|
|
- can we pass systems and groups to the process function?
|
|
- builders should be rewritten :/
|
|
- add evolved.spawn_as function
|
|
- is/has_all/any for lists?
|
|
|
|
## After first release
|
|
|
|
- cached queries
|
|
- multi-phase groups
|
|
- multi-group systems
|
|
- observers and events
|
|
- add INDEX fragment trait
|
|
- add REQUIRES fragment trait
|
|
- use compact prefix-tree for chunks
|
|
- optional ffi component storages
|
|
- keep entity_chunks/places tables as arrays
|
|
- batch deferred set/assign/insert/remove operations
|