mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2026-01-06 11:50:58 +07:00
23 lines
586 B
Markdown
23 lines
586 B
Markdown
# Roadmap
|
|
|
|
## Backlog
|
|
|
|
- validate operation sources in the debug mode
|
|
- should set/assign/insert return a constructed component?
|
|
- can we pass systems and groups to the process function?
|
|
- builders should be rewritten :/
|
|
- add DUPLICATE fragment trait
|
|
|
|
## 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
|