diff --git a/jecs/README.md b/jecs/README.md index 7db4e13..723874c 100644 --- a/jecs/README.md +++ b/jecs/README.md @@ -14,21 +14,6 @@ Just a stupidly fast Entity Component System - Cache friendly [archetype/SoA](https://ajmmertens.medium.com/building-an-ecs-2-archetypes-and-vectorization-fe21690805f9) storage - Rigorously [unit tested](https://github.com/Ukendio/jecs/actions/workflows/ci.yaml) for stability -### Installation - -With [Wally](https://wally.run/): -```bash -jecs = "ukendio/jecs@0.6.0" # Inside wally.toml -``` -With [pesde](https://pesde.dev/): -```bash -pesde add wally#ukendio/jecs@0.6.0 -``` -With [npm](https://www.npmjs.com/package/@rbxts/jecs) ([roblox-ts](https://roblox-ts.com/)): -```bash -npm i @rbxts/jecs -``` - ### Example ```lua diff --git a/jecs/build.txt b/jecs/build.txt index 6774a58..1ab250a 100644 --- a/jecs/build.txt +++ b/jecs/build.txt @@ -1,2 +1,2 @@ -modified = ["README.md"] -version = "0.6.0-nightly.20250526T001303Z" +modified = ["addons/observers.luau"] +version = "0.6.0-nightly.20250520T001101Z" diff --git a/jecs/pesde-rbx.toml b/jecs/pesde-rbx.toml index 9a2916c..50592e6 100644 --- a/jecs/pesde-rbx.toml +++ b/jecs/pesde-rbx.toml @@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", " license = "MIT" name = "marked/jecs_nightly" repository = "https://git.devmarked.win/marked/jecs-nightly" -version = "0.6.0-nightly.20250526T001303Z" +version = "0.6.0-nightly.20250520T001101Z" [indices] default = "https://github.com/pesde-pkg/index" diff --git a/jecs/pesde.toml b/jecs/pesde.toml index 217a660..fd6740f 100644 --- a/jecs/pesde.toml +++ b/jecs/pesde.toml @@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", " license = "MIT" name = "marked/jecs_nightly" repository = "https://git.devmarked.win/marked/jecs-nightly" -version = "0.6.0-nightly.20250526T001303Z" +version = "0.6.0-nightly.20250520T001101Z" [indices] default = "https://github.com/pesde-pkg/index" diff --git a/jecs/test.txt b/jecs/test.txt index 70dea1d..3d8ba7b 100644 --- a/jecs/test.txt +++ b/jecs/test.txt @@ -1,2 +1,2 @@ passed = true -timestamp = "20250526T001305Z" +timestamp = "20250525T001139Z" diff --git a/jecs/test_fulllog.txt b/jecs/test_fulllog.txt index 9a2d6d8..44c9c95 100644 --- a/jecs/test_fulllog.txt +++ b/jecs/test_fulllog.txt @@ -1,5 +1,5 @@ -7.7 us  3 kB│ delete children of entity -9.0 us  1 kB│ remove friends of entity +7.1 us  3 kB│ delete children of entity +9.1 us  1 kB│ remove friends of entity 346 ns  10  B│ simple deletion of entity repro NONE│  @@ -121,5 +121,5 @@ PASS│ #2 PASS│ #3 -74/74 test cases passed in 32.163 ms. +74/74 test cases passed in 31.217 ms. 0 fails diff --git a/jecs/wally.toml b/jecs/wally.toml index 6ff5d54..d7ffcb9 100644 --- a/jecs/wally.toml +++ b/jecs/wally.toml @@ -5,4 +5,4 @@ license = "MIT" name = "mark-marks/jecs-nightly" realm = "shared" registry = "https://github.com/UpliftGames/wally-index" -version = "0.6.0-nightly.20250526T001303Z" +version = "0.6.0-nightly.20250520T001101Z"