chore: Nicen README
This commit is contained in:
parent
3d324565b3
commit
655d47274e
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
[](https://wally.run/package/mark-marks/jecs-utils)
|
[](https://wally.run/package/mark-marks/jecs-utils)
|
||||||
[](https://github.com/Mark-Marks/jecs-utils/blob/main/LICENSE)
|
[](https://github.com/Mark-Marks/jecs-utils/blob/main/LICENSE)
|
||||||
|
|
||||||
|
A set of utilities for [Jecs](https://github.com/ukendio/jecs)
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,4 +14,4 @@
|
||||||
- [handle](/lib/handle.luau) - Wrap `jecs.World` functions for faster (DX wise) operating on entities
|
- [handle](/lib/handle.luau) - Wrap `jecs.World` functions for faster (DX wise) operating on entities
|
||||||
- [replicator](/lib/replicator.luau) - Keep track of all entities with the passed components and calculate differences
|
- [replicator](/lib/replicator.luau) - Keep track of all entities with the passed components and calculate differences
|
||||||
- [ref](/lib/ref.luau) - Reference entities by key
|
- [ref](/lib/ref.luau) - Reference entities by key
|
||||||
- [command_buffer](/lib/command_buffer.luau) - Buffer commands to prevent query invalidation
|
- [command_buffer](/lib/command_buffer.luau) - Buffer commands to prevent iterator invalidation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue