mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Merge addons
Some checks failed
Some checks failed
This commit is contained in:
commit
b3ab540705
1 changed files with 11 additions and 3 deletions
|
@ -1,15 +1,23 @@
|
||||||
# Addons
|
# Addons
|
||||||
A collection of third-party jecs assets 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
|
||||||
|
|
||||||
## [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)
|
## [lockstep scheduler](https://gist.github.com/1Axen/6d4f78b3454cf455e93794505588354b)
|
||||||
|
|
||||||
A simple fixed step system scheduler.
|
A simple fixed step system scheduler.
|
||||||
|
|
||||||
## [sapphire-jecs](https://github.com/Mark-Marks/sapphire/tree/main/crates/sapphire-jecs)
|
## [rubine](https://github.com/Mark-Marks/rubine)
|
||||||
A batteries-included [sapphire](https://github.com/mark-marks/sapphire) scheduler for jecs
|
|
||||||
|
An ergonomic, runtime agnostic scheduler for Jecs
|
||||||
|
|
||||||
## [jam](https://github.com/revvy02/Jam)
|
## [jam](https://github.com/revvy02/Jam)
|
||||||
|
|
||||||
Provides hooks and a scheduler that implements jabby and a topographical runtime
|
Provides hooks and a scheduler that implements jabby and a topographical runtime
|
||||||
|
|
Loading…
Reference in a new issue