A set of utilities for Jecs
Find a file
2024-09-21 19:12:15 +02:00
.github/workflows Initial push 2024-09-21 19:12:15 +02:00
.lune Initial push 2024-09-21 19:12:15 +02:00
.zed Initial push 2024-09-21 19:12:15 +02:00
lib Initial push 2024-09-21 19:12:15 +02:00
test Initial push 2024-09-21 19:12:15 +02:00
.darklua.json Initial push 2024-09-21 19:12:15 +02:00
.gitignore Initial push 2024-09-21 19:12:15 +02:00
.luaurc Initial push 2024-09-21 19:12: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 Initial push 2024-09-21 19:12:15 +02:00
LICENSE Initial push 2024-09-21 19:12:15 +02:00
luau_lsp_settings.json Initial push 2024-09-21 19:12: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 Initial push 2024-09-21 19:12: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 Initial push 2024-09-21 19:12: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