A set of utilities for Jecs
Find a file
Mark Marks d235e883a1 chore: Bump jecs
+ Bump jecs to 0.3.2

+ Bump jecs-utils to 0.1.5
2024-10-06 19:51:01 +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 feat: Add spawner util 2024-09-24 19:47:49 +02:00
test feat: Add spawner util 2024-09-24 19:47:49 +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 feat: Add spawner util 2024-09-24 19:47:49 +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: Bump jecs 2024-10-06 19:51:01 +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
  • spawner - Spawn entities with required components