Concord icon indicating copy to clipboard operation
Concord copied to clipboard

A feature-complete ECS library

Results 25 Concord issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

devex

## 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...

devex

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

enhancement

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....

meta