A set of utilities for Jecs
Find a file
2024-09-22 00:53:56 +02:00
.github/workflows fix: Install luau in unit tests 2024-09-22 00:07:23 +02:00
.lune fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
.zed fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
lib fix: Lint, actual release 2024-09-22 00:53:56 +02:00
test fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
.darklua.json fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
.gitignore Initial push 2024-09-21 19:12:15 +02:00
.luaurc fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
build.project.json Initial push 2024-09-21 19:12:15 +02:00
default.project.json Initial push 2024-09-21 19:12:15 +02:00
dev.project.json fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
LICENSE Initial push 2024-09-21 19:12:15 +02:00
luau_lsp_settings.json fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
README.md Initial push 2024-09-21 19:12:15 +02:00
rokit.toml Initial push 2024-09-21 19:12:15 +02:00
selene.toml fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
selene_definitions.yaml Initial push 2024-09-21 19:12:15 +02:00
stylua.toml Initial push 2024-09-21 19:12:15 +02:00
wally.toml fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00

sapphire-utils

CI Wally License: MIT


Features

  • collect - Collects all arguments fired through the given signal, and drains the collection on iteration.
  • handle - Wrap jecs.World functions for faster (DX wise) operating on entities
  • replicator - Keep track of all entities with the passed components and calculate differences
  • ref - Reference entities by key
  • command_buffer - Buffer commands to prevent query invalidation