A set of utilities for Jecs
Find a file
Mark Marks 33913122fd fix: Pass gh token to download-jecs in CI
+ The action github token wasn't passed to the download jecs step in CI
2024-09-24 15:36:48 +02:00
.github/workflows fix: Pass gh token to download-jecs in CI 2024-09-24 15:36:48 +02:00
.lune chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +02:00
.zed chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +02:00
lib chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +02:00
test chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +02:00
.darklua.json chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +02:00
.gitignore chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +02:00
.luaurc chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +02:00
default.project.json fix: Packaging problems, chore: Bump jecs 2024-09-22 13:30:58 +02:00
dev.project.json chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +02:00
LICENSE Initial push 2024-09-21 19:12:15 +02:00
luau_lsp_settings.json chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +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 chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +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