mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Compare commits
2 commits
f6d2bdafb9
...
474bf881ea
Author | SHA1 | Date | |
---|---|---|---|
|
474bf881ea | ||
|
e5a30f2bc7 |
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
A jecs debugger with a string-based query language and entity editing capabilities.
|
||||||
|
|
||||||
## [jecs_entity_visualiser](https://github.com/Ukendio/jecs/tree/main/addons/entity_visualiser)
|
## [jecs_entity_visualiser](https://github.com/Ukendio/jecs/blob/main/addons/entity_visualiser.luau)
|
||||||
|
|
||||||
A simple entity and component visualiser in the output
|
A simple entity and component visualiser in the output
|
||||||
|
|
||||||
## [jecs_lifetime_tracker](https://github.com/Ukendio/jecs/tree/main/addons/lifetime_tracker)
|
## [jecs_lifetime_tracker](https://github.com/Ukendio/jecs/blob/main/addons/lifetime_tracker.luau)
|
||||||
|
|
||||||
A tool for inspecting entity lifetimes
|
A tool for inspecting entity lifetimes
|
||||||
|
|
||||||
# Helpers
|
# Helpers
|
||||||
|
|
||||||
## [jecs_observers](https://github.com/Ukendio/jecs/tree/main/addons/observers)
|
## [jecs_observers](https://github.com/Ukendio/jecs/blob/main/addons/observers.luau)
|
||||||
|
|
||||||
Observers for queries and signals for components
|
Observers for queries and signals for components
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue