Sync to released Jecs 0.6.0-nightly.20250528T001102Z (#77)
Reviewed-on: #77
This commit is contained in:
parent
da52ef2309
commit
2bafbe2ebf
8 changed files with 14 additions and 12 deletions
|
@ -12,7 +12,7 @@ Just a stupidly fast Entity Component System
|
|||
- Zero-dependency package
|
||||
- Optimized for column-major operations
|
||||
- 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
|
||||
- Rigorously [unit tested](https://github.com/Ukendio/jecs/actions/workflows/unit-testing.yaml) for stability
|
||||
|
||||
### Installation
|
||||
|
||||
|
@ -70,6 +70,8 @@ end
|
|||
-- sara is the child of alice
|
||||
```
|
||||
|
||||
### Benchmarks
|
||||
|
||||
21,000 entities 125 archetypes 4 random components queried.
|
||||

|
||||
Can be found under /benches/visual/query.luau
|
||||
|
|
|
@ -7,7 +7,7 @@ type Observer = {
|
|||
|
||||
type Monitor = {
|
||||
callback: (jecs.Entity, jecs.Entity) -> (),
|
||||
queyr: jecs.Query<any>
|
||||
query: jecs.Query<any>
|
||||
}
|
||||
|
||||
export type PatchedWorld = jecs.World & {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
modified = ["README.md"]
|
||||
version = "0.6.0-nightly.20250526T001303Z"
|
||||
modified = ["README.md", "addons/observers.luau"]
|
||||
version = "0.6.0-nightly.20250528T001102Z"
|
||||
|
|
|
@ -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.20250528T001102Z"
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/pesde-pkg/index"
|
||||
|
|
|
@ -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.20250528T001102Z"
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/pesde-pkg/index"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
passed = true
|
||||
timestamp = "20250527T001059Z"
|
||||
timestamp = "20250528T001103Z"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[38;1m7.1[0m [33;1mus[0m [38;1m 3[0m [33;1mkB[0m[38;1m│[0m [38;1mdelete children of entity[0m
|
||||
[38;1m8.9[0m [33;1mus[0m [38;1m 1[0m [33;1mkB[0m[38;1m│[0m [38;1mremove friends of entity[0m
|
||||
[38;1m366[0m [32;1mns[0m [38;1m 10[0m [32;1m B[0m[38;1m│[0m [38;1msimple deletion of entity[0m
|
||||
[38;1m 11[0m [33;1mus[0m [38;1m 3[0m [33;1mkB[0m[38;1m│[0m [38;1mdelete children of entity[0m
|
||||
[38;1m 11[0m [33;1mus[0m [38;1m 1[0m [33;1mkB[0m[38;1m│[0m [38;1mremove friends of entity[0m
|
||||
[38;1m525[0m [32;1mns[0m [38;1m 10[0m [32;1m B[0m[38;1m│[0m [38;1msimple deletion of entity[0m
|
||||
[37;1mrepro[0m
|
||||
[38;5;208mNONE[0m[38;1m│[0m [38;1m[0m
|
||||
|
||||
|
@ -121,5 +121,5 @@
|
|||
[32;1mPASS[0m[38;1m│[0m [38;1m#2[0m
|
||||
[32;1mPASS[0m[38;1m│[0m [38;1m#3[0m
|
||||
|
||||
[38;1m74/74 test cases passed in 32.787 ms.[0m
|
||||
[38;1m74/74 test cases passed in 36.759 ms.[0m
|
||||
[32;1m0 fails[0m
|
||||
|
|
|
@ -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.20250528T001102Z"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue