A set of utilities for Jecs
Find a file
Mark Marks cab13e4213 chore: Make jecs a dependency, bump jecs to v0.3.0
+ Make jecs a wally dependency instead of a file in lib. This wasn't done earlier due to wally packages not being able to be used outside of Roblox without dynamically requiring them. Now, a script is used to download the latest source of jecsfrom Github associated with the version in the manifest.

+ Bump jecs-utils to v0.1.3 and release
2024-09-24 15:35:21 +02:00
.github/workflows chore: Make jecs a dependency, bump jecs to v0.3.0 2024-09-24 15:35:21 +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