Add hammer to addons resources

This commit is contained in:
marked 2025-06-20 15:39:26 +02:00
parent 993d57741f
commit 22d9a69c25

View file

@ -52,6 +52,9 @@ A tool for inspecting entity lifetimes
#### [jecs_observers](https://github.com/Ukendio/jecs/blob/main/addons/observers.luau) #### [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
### [hammer](https://github.com/Mark-Marks/hammer)
A set of utilities for Jecs
### Schedulers ### Schedulers
#### [lockstep scheduler](https://gist.github.com/1Axen/6d4f78b3454cf455e93794505588354b) #### [lockstep scheduler](https://gist.github.com/1Axen/6d4f78b3454cf455e93794505588354b)