A set of utilities for Jecs
Find a file
Mark Marks ae3042a1ab fix: Dev script
+ The dev script incorrectly set the arguments for commit messages, resulting in the abhorrent "title" "-m foo -m bar"
2024-09-22 13:59:59 +02:00
.github/workflows fix: Wrong order of steps in release action 2024-09-22 13:22:28 +02:00
.lune fix: Dev script 2024-09-22 13:59:59 +02:00
.zed fix: Releases, port to new scripts 2024-09-22 13:18:54 +02:00
lib fix: Packaging problems, chore: Bump jecs 2024-09-22 13:30:58 +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
default.project.json fix: Packaging problems, chore: Bump jecs 2024-09-22 13:30:58 +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 chore: Nicen README 2024-09-22 01:13:34 +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: Packaging problems, chore: Bump jecs 2024-09-22 13:30:58 +02:00

sapphire-utils

CI Wally License: MIT

A set of utilities for Jecs

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 iterator invalidation