Concord
Concord copied to clipboard
A feature-complete ECS library
This is an idea for now, but I plan to experiment around it. The idea would be that from now on Systems have names like so: ```lua -- System definition...
Here I plan to detail some areas where developer experience is lacking and we could spend some time and improve on it: ## Debugging - #75 This is an area...
## Idea Can we make a debugger or inspector to help with the development with Concord by grabbing internal data from the World at runtime? ## Events Use `World:beforeEmit` and...
Emit an event with no flushes before, during or after. Just for better control of when a flush happens. Also make `World:flush` not private
This repository has been in kind of a bad state, with poor (and sometimes wrong) documentation, a /dev and /experimental branch, each containing important features, and some questionable design choices....