Add hammer to addons resources (#244)
Some checks are pending
analysis / Run Luau Analyze (push) Waiting to run
deploy-docs / build (push) Waiting to run
deploy-docs / Deploy (push) Blocked by required conditions
publish-npm / publish (push) Waiting to run
unit-testing / Run Luau Tests (push) Waiting to run

This commit is contained in:
Magic 2025-06-20 22:45:53 +02:00 committed by GitHub
parent d6e288555e
commit 37f1e5be52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,6 +52,9 @@ A tool for inspecting entity lifetimes
#### [jecs_observers](https://github.com/Ukendio/jecs/blob/main/addons/observers.luau)
Observers for queries and signals for components
### [hammer](https://github.com/Mark-Marks/hammer)
A set of utilities for Jecs
### Schedulers
#### [lockstep scheduler](https://gist.github.com/1Axen/6d4f78b3454cf455e93794505588354b)