Compare commits

..

1 commit

Author SHA1 Message Date
Clown
675cd04b04
Merge 96bed9bd7e into 9163285f9e 2025-04-16 07:01:41 -07:00

View file

@ -8,17 +8,17 @@ A collection of third-party jecs addons made by the community. If you would like
A jecs debugger with a string-based query language and entity editing capabilities.
## [jecs_entity_visualiser](https://github.com/Ukendio/jecs/blob/main/addons/entity_visualiser.luau)
## [jecs_entity_visualiser](https://github.com/Ukendio/jecs/tree/main/addons/entity_visualiser)
A simple entity and component visualiser in the output
## [jecs_lifetime_tracker](https://github.com/Ukendio/jecs/blob/main/addons/lifetime_tracker.luau)
## [jecs_lifetime_tracker](https://github.com/Ukendio/jecs/tree/main/addons/lifetime_tracker)
A tool for inspecting entity lifetimes
# Helpers
## [jecs_observers](https://github.com/Ukendio/jecs/blob/main/addons/observers.luau)
## [jecs_observers](https://github.com/Ukendio/jecs/tree/main/addons/observers)
Observers for queries and signals for components