Compare commits
2 commits
9ac9533cb8
...
04d650aeea
Author | SHA1 | Date | |
---|---|---|---|
![]() |
04d650aeea | ||
2c4063882f |
8 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
||||||
<img src="assets/image-5.png" width=35%/>
|
<img src="assets/image-5.png" width=35%/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[](LICENSE) [](https://wally.run/package/ukendio/jecs)
|
[](LICENSE) [](https://wally.run/package/ukendio/jecs) [](https://github.com/Ukendio/jecs/actions/workflows/unit-testing.yaml)
|
||||||
|
|
||||||
Just a stupidly fast Entity Component System
|
Just a stupidly fast Entity Component System
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
modified = ["jecs.luau"]
|
modified = ["README.md", "jecs.luau"]
|
||||||
version = "0.6.0-nightly.20250517T001101Z"
|
version = "0.6.0-nightly.20250519T001113Z"
|
||||||
|
|
|
@ -2570,7 +2570,7 @@ export type World = {
|
||||||
range: (self: World, range_begin: number, range_end: number?) -> (),
|
range: (self: World, range_begin: number, range_end: number?) -> (),
|
||||||
|
|
||||||
--- Creates a new entity
|
--- Creates a new entity
|
||||||
entity: (self: World, id: Entity?) -> Entity,
|
entity: <T>(self: World, id: Entity<T>?) -> Entity<T>,
|
||||||
--- Creates a new entity located in the first 256 ids.
|
--- Creates a new entity located in the first 256 ids.
|
||||||
--- These should be used for static components for fast access.
|
--- These should be used for static components for fast access.
|
||||||
component: <T>(self: World) -> Entity<T>,
|
component: <T>(self: World) -> Entity<T>,
|
||||||
|
|
|
@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "marked/jecs_nightly"
|
name = "marked/jecs_nightly"
|
||||||
repository = "https://git.devmarked.win/marked/jecs-nightly"
|
repository = "https://git.devmarked.win/marked/jecs-nightly"
|
||||||
version = "0.6.0-nightly.20250517T001101Z"
|
version = "0.6.0-nightly.20250519T001113Z"
|
||||||
|
|
||||||
[indices]
|
[indices]
|
||||||
default = "https://github.com/pesde-pkg/index"
|
default = "https://github.com/pesde-pkg/index"
|
||||||
|
|
|
@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "marked/jecs_nightly"
|
name = "marked/jecs_nightly"
|
||||||
repository = "https://git.devmarked.win/marked/jecs-nightly"
|
repository = "https://git.devmarked.win/marked/jecs-nightly"
|
||||||
version = "0.6.0-nightly.20250517T001101Z"
|
version = "0.6.0-nightly.20250519T001113Z"
|
||||||
|
|
||||||
[indices]
|
[indices]
|
||||||
default = "https://github.com/pesde-pkg/index"
|
default = "https://github.com/pesde-pkg/index"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
passed = true
|
passed = true
|
||||||
timestamp = "20250517T001103Z"
|
timestamp = "20250519T001115Z"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[38;1m7.5[0m [33;1mus[0m [38;1m 3[0m [33;1mkB[0m[38;1m│[0m [38;1mdelete children of entity[0m
|
[38;1m7.3[0m [33;1mus[0m [38;1m 3[0m [33;1mkB[0m[38;1m│[0m [38;1mdelete children of entity[0m
|
||||||
[38;1m9.1[0m [33;1mus[0m [38;1m 1[0m [33;1mkB[0m[38;1m│[0m [38;1mremove friends of entity[0m
|
[38;1m9.2[0m [33;1mus[0m [38;1m 1[0m [33;1mkB[0m[38;1m│[0m [38;1mremove friends of entity[0m
|
||||||
[38;1m344[0m [32;1mns[0m [38;1m 10[0m [32;1m B[0m[38;1m│[0m [38;1msimple deletion of entity[0m
|
[38;1m348[0m [32;1mns[0m [38;1m 10[0m [32;1m B[0m[38;1m│[0m [38;1msimple deletion of entity[0m
|
||||||
[37;1mrepro[0m
|
[37;1mrepro[0m
|
||||||
[38;5;208mNONE[0m[38;1m│[0m [38;1m[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#2[0m
|
||||||
[32;1mPASS[0m[38;1m│[0m [38;1m#3[0m
|
[32;1mPASS[0m[38;1m│[0m [38;1m#3[0m
|
||||||
|
|
||||||
[38;1m74/74 test cases passed in 32.559 ms.[0m
|
[38;1m74/74 test cases passed in 33.314 ms.[0m
|
||||||
[32;1m0 fails[0m
|
[32;1m0 fails[0m
|
||||||
|
|
|
@ -5,4 +5,4 @@ license = "MIT"
|
||||||
name = "mark-marks/jecs-nightly"
|
name = "mark-marks/jecs-nightly"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
version = "0.6.0-nightly.20250517T001101Z"
|
version = "0.6.0-nightly.20250519T001113Z"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue