mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Add axens scheduler to
This commit is contained in:
parent
5476d86e57
commit
c844012816
1 changed files with 2 additions and 3 deletions
|
@ -2,15 +2,14 @@
|
||||||
A collection of third-party jecs addons made by the community. If you would like to share what you're working on, [submit a pull request](https://github.com/Ukendio/jecs)!
|
A collection of third-party jecs addons made by the community. If you would like to share what you're working on, [submit a pull request](https://github.com/Ukendio/jecs)!
|
||||||
|
|
||||||
# Debuggers
|
# Debuggers
|
||||||
|
|
||||||
## [jabby](https://github.com/alicesaidhi/jabby)
|
## [jabby](https://github.com/alicesaidhi/jabby)
|
||||||
|
|
||||||
A jecs debugger with a string-based query language and entity editing capabilities.
|
A jecs debugger with a string-based query language and entity editing capabilities.
|
||||||
|
|
||||||
# Schedulers
|
# Schedulers
|
||||||
|
## [lockstep scheduler](https://gist.github.com/1Axen/6d4f78b3454cf455e93794505588354b)
|
||||||
|
A simple fixed step system scheduler.
|
||||||
|
|
||||||
## [sapphire-jecs](https://github.com/Mark-Marks/sapphire/tree/main/crates/sapphire-jecs)
|
## [sapphire-jecs](https://github.com/Mark-Marks/sapphire/tree/main/crates/sapphire-jecs)
|
||||||
|
|
||||||
A batteries-included [sapphire](https://github.com/mark-marks/sapphire) scheduler for jecs
|
A batteries-included [sapphire](https://github.com/mark-marks/sapphire) scheduler for jecs
|
||||||
|
|
||||||
This page takes wording and terminology directly from Bevy's [assets page](https://bevyengine.org/assets/)
|
This page takes wording and terminology directly from Bevy's [assets page](https://bevyengine.org/assets/)
|
||||||
|
|
Loading…
Reference in a new issue